#030C77

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

Shades of Navy #030C77

Tints of Navy #030C77

Color information

#030C77 (or 0x030C77) is unknown color: approx Navy. HEX triplet: 03, 0C and 77. RGB value is (3,12,119). Sum of RGB (Red+Green+Blue) = 3+12+119=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 119 (46.88% from 255 or 88.81% from 134); Max value from RGB is 119 - color contains mainly: blue. Hex color #030C77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C77 is #FCF388. Grayscale: #151515. Windows color (decimal): -16577417 or 7801859. OLE color: 7801859.

HSL color Cylindrical-coordinate representation of color #030C77: hue angle of 235.34º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030C77 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB312119-
CMYK0.970.9000.53
HSL235.34º95.08%23.92%-
HSV(B)235.34º97.48%46.67%-
XYZ3.51.6117.58-
YUV21.51183.02114.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.24%
GREEN value IS 12 (5.08% from 255) = 8.96%
BLUE value IS 119 (46.88% from 255) = 88.81%
R=2.24%
G=8.96%
B=88.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3121190.970.9000.53235.3495.0823.92
Hex3C77615A035eb5f18
Octal31416714113206535313730
Binary111100111011111000011011010011010111101011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030C77; }

 p { color: rgb(3,12,119); }

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

<style>
 a { background-color: #030C77; }

 a { background-color: rgb(3,12,119); }

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

<style>
 span { border-color: #030C77; }

 span { border-color: rgb(3,12,119); }

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