Html Css Color HEX #030C69 Navy

📋 copy color: '#030C69'

red 3 ◦ green 12 ◦ blue 105

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

Shades of Navy #030C69

Tints of Navy #030C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 87.5%

R = 2.5%
G = 10%
B = 87.5%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#030C69 (or 0x030C69) is known color: Navy. HEX triplet: 03, 0C and 69. RGB value is (3,12,105). Sum of RGB (Red+Green+Blue) = 3+12+105=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 105 (41.41% from 255 or 87.5% from 120); Max value from RGB is 105 - color contains mainly: blue. Hex color #030C69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C69 is #FCF396. Grayscale: #131313. Windows color (decimal): -16577431 or 6884355. OLE color: 6884355.

HSL color Cylindrical-coordinate representation of color #030C69: hue angle of 234.71º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030C69 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 12 105 -
CMYK 0.97 0.89 0 0.59
HSL 234.71º 0.94% 0.21% -
HSV(B) 234.71º 0.97% 0.41% -
XYZ 2.72 1.3 13.47 -
YUV 19.91 176.02 115.94 -
System Red Green Blue C M Y K H S L
Decimal 3 12 105 0.97 0.89 0 0.59 234.71 0.94 0.21
Hex 3 C 69 61 59 0 3B EB 5E 15
Octal 3 14 151 141 131 0 73 353 136 25
Binary 11 1100 1101001 1100001 1011001 0 111011 11101011 1011110 10101

Color Harmonies of #030C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C69

Black with #030C69

Text Example


Text Example

White with #030C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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