#0073c8

Color #0073C8 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0073C8

Tints of Navy Blue #0073C8

Color information

#0073C8 (or 0x0073C8) is unknown color: approx Navy Blue. HEX triplet: 00, 73 and C8. RGB value is (0,115,200). Sum of RGB (Red+Green+Blue) = 0+115+200=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 200 (78.52% from 255 or 63.49% from 315); Max value from RGB is 200 - color contains mainly: blue. Hex color #0073C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0073C8 is #FF8C37. Grayscale: #595959. Windows color (decimal): -16747576 or 13136640. OLE color: 13136640.

HSL color Cylindrical-coordinate representation of color #0073C8: hue angle of 205.5º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0073C8 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB0115200-
CMYK10.4200.22
HSL205.5º100%39.22%-
HSV(B)205.5º100%78.43%-
XYZ16.5616.4356.94-
YUV90.3189.963.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 200 (78.52% from 255) = 63.49%
R=0%
G=36.51%
B=63.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal011520010.4200.22205.510039.22
Hex073C8642A016ce6427
Octal01633101445202631614447
Binary01110011110010001100100101010010110110011101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0073c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0073c8; }

 p { color: rgb(0,115,200); }

 H1.HeaderClassName
 {
   color: #0073c8;
 }
 .AnyTagClassName
 {
   color: #0073c8;
 }
</style>
background-color css

<style>
 a { background-color: #0073c8; }

 a { background-color: rgb(0,115,200); }

 div.DivClassName
 {
   background-color: #0073c8;
 }
 .BgClassName
 {
   background-color: #0073c8;
 }
</style>
border-color css

<style>
 span { border-color: #0073c8; }

 span { border-color: rgb(0,115,200); }

 td.TdClassName
 {
   border-color: #0073c8;
 }
 .TagClassName
 {
   border-color: #0073c8;
 }
</style>