Html Css Color HEX #030C7D Navy

📋 copy color: '#030C7D'

red 3 ◦ green 12 ◦ blue 125

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

Shades of Navy #030C7D

Tints of Navy #030C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 89.29%

R = 2.14%
G = 8.57%
B = 89.29%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#030C7D (or 0x030C7D) is known color: Navy. HEX triplet: 03, 0C and 7D. RGB value is (3,12,125). Sum of RGB (Red+Green+Blue) = 3+12+125=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 125 (49.22% from 255 or 89.29% from 140); Max value from RGB is 125 - color contains mainly: blue. Hex color #030C7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C7D is #FCF382. Grayscale: #151515. Windows color (decimal): -16577411 or 8195075. OLE color: 8195075.

HSL color Cylindrical-coordinate representation of color #030C7D: hue angle of 235.57º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030C7D is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 12 125 -
CMYK 0.98 0.90 0 0.51
HSL 235.57º 0.95% 0.25% -
HSV(B) 235.57º 0.98% 0.49% -
XYZ 3.87 1.76 19.54 -
YUV 22.19 186.02 114.31 -
System Red Green Blue C M Y K H S L
Decimal 3 12 125 0.98 0.90 0 0.51 235.57 0.95 0.25
Hex 3 C 7D 62 5A 0 33 EC 5F 19
Octal 3 14 175 142 132 0 63 354 137 31
Binary 11 1100 1111101 1100010 1011010 0 110011 11101100 1011111 11001

Color Harmonies of #030C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C7D

Black with #030C7D

Text Example


Text Example

White with #030C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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