#03087B

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

Shades of Navy #03087B

Tints of Navy #03087B

Color information

#03087B (or 0x03087B) is unknown color: approx Navy. HEX triplet: 03, 08 and 7B. RGB value is (3,8,123). Sum of RGB (Red+Green+Blue) = 3+8+123=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 123 (48.44% from 255 or 91.79% from 134); Max value from RGB is 123 - color contains mainly: blue. Hex color #03087B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03087B is #FCF784. Grayscale: #131313. Windows color (decimal): -16578437 or 8062979. OLE color: 8062979.

HSL color Cylindrical-coordinate representation of color #03087B: hue angle of 237.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03087B is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB38123-
CMYK0.980.9300.52
HSL237.5º95.24%24.71%-
HSV(B)237.5º97.56%48.24%-
XYZ3.71.6218.86-
YUV19.62186.34116.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.24%
GREEN value IS 8 (3.52% from 255) = 5.97%
BLUE value IS 123 (48.44% from 255) = 91.79%
R=2.24%
G=5.97%
B=91.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal381230.980.9300.52237.595.2424.71
Hex387B625D034ee5f19
Octal31017314213506435613731
Binary111000111101111000101011101011010011101110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03087B; }

 p { color: rgb(3,8,123); }

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

<style>
 a { background-color: #03087B; }

 a { background-color: rgb(3,8,123); }

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

<style>
 span { border-color: #03087B; }

 span { border-color: rgb(3,8,123); }

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