Html Css Color HEX #030C6E Navy

📋 copy color: '#030C6E'

red 3 ◦ green 12 ◦ blue 110

#030C6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #030C6E

Tints of Navy #030C6E

RGB

 RED value IS 3 (1.56% from 255) = 2.4%

 GREEN value IS 12 (5.08% from 255) = 9.6%

 BLUE value IS 110 (43.36% from 255) = 88%

R = 2.4%
G = 9.6%
B = 88%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#030C6E (or 0x030C6E) is known color: Navy. HEX triplet: 03, 0C and 6E. RGB value is (3,12,110). Sum of RGB (Red+Green+Blue) = 3+12+110=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 110 (43.36% from 255 or 88% from 125); Max value from RGB is 110 - color contains mainly: blue. Hex color #030C6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C6E is #FCF391. Grayscale: #141414. Windows color (decimal): -16577426 or 7212035. OLE color: 7212035.

HSL color Cylindrical-coordinate representation of color #030C6E: hue angle of 234.95º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030C6E is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 12 110 -
CMYK 0.97 0.89 0 0.57
HSL 234.95º 0.95% 0.22% -
HSV(B) 234.95º 0.97% 0.43% -
XYZ 2.98 1.41 14.87 -
YUV 20.48 178.52 115.53 -
System Red Green Blue C M Y K H S L
Decimal 3 12 110 0.97 0.89 0 0.57 234.95 0.95 0.22
Hex 3 C 6E 61 59 0 39 EB 5F 16
Octal 3 14 156 141 131 0 71 353 137 26
Binary 11 1100 1101110 1100001 1011001 0 111001 11101011 1011111 10110

Color Harmonies of #030C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C6E

Black with #030C6E

Text Example


Text Example

White with #030C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #030C6E;
 }
 .AnyTagClassName
 {
   color: #030C6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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