Html Css Color HEX #030C6D Navy

📋 copy color: '#030C6D'

red 3 ◦ green 12 ◦ blue 109

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

Shades of Navy #030C6D

Tints of Navy #030C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 87.9%

R = 2.42%
G = 9.68%
B = 87.9%

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

#030C6D (or 0x030C6D) is known color: Navy. HEX triplet: 03, 0C and 6D. RGB value is (3,12,109). Sum of RGB (Red+Green+Blue) = 3+12+109=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 109 (42.97% from 255 or 87.90% from 124); Max value from RGB is 109 - color contains mainly: blue. Hex color #030C6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C6D is #FCF392. Grayscale: #131313. Windows color (decimal): -16577427 or 7146499. OLE color: 7146499.

HSL color Cylindrical-coordinate representation of color #030C6D: hue angle of 234.91º 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 #030C6D is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 12 109 -
CMYK 0.97 0.89 0 0.57
HSL 234.91º 0.95% 0.22% -
HSV(B) 234.91º 0.97% 0.43% -
XYZ 2.93 1.39 14.58 -
YUV 20.37 178.02 115.61 -
System Red Green Blue C M Y K H S L
Decimal 3 12 109 0.97 0.89 0 0.57 234.91 0.95 0.22
Hex 3 C 6D 61 59 0 39 EB 5F 16
Octal 3 14 155 141 131 0 71 353 137 26
Binary 11 1100 1101101 1100001 1011001 0 111001 11101011 1011111 10110

Color Harmonies of #030C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C6D

Black with #030C6D

Text Example


Text Example

White with #030C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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