Html Css Color HEX #030C6B Navy

📋 copy color: '#030C6B'

red 3 ◦ green 12 ◦ blue 107

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

Shades of Navy #030C6B

Tints of Navy #030C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 87.7%

R = 2.46%
G = 9.84%
B = 87.7%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#030C6B (or 0x030C6B) is known color: Navy. HEX triplet: 03, 0C and 6B. RGB value is (3,12,107). Sum of RGB (Red+Green+Blue) = 3+12+107=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 107 (42.19% from 255 or 87.70% from 122); Max value from RGB is 107 - color contains mainly: blue. Hex color #030C6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C6B is #FCF394. Grayscale: #131313. Windows color (decimal): -16577429 or 7015427. OLE color: 7015427.

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

Color convert

RGB 3 12 107 -
CMYK 0.97 0.89 0 0.58
HSL 234.81º 0.95% 0.22% -
HSV(B) 234.81º 0.97% 0.42% -
XYZ 2.82 1.34 14.02 -
YUV 20.14 177.02 115.78 -
System Red Green Blue C M Y K H S L
Decimal 3 12 107 0.97 0.89 0 0.58 234.81 0.95 0.22
Hex 3 C 6B 61 59 0 3A EB 5F 16
Octal 3 14 153 141 131 0 72 353 137 26
Binary 11 1100 1101011 1100001 1011001 0 111010 11101011 1011111 10110

Color Harmonies of #030C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C6B

Black with #030C6B

Text Example


Text Example

White with #030C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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