Html Css Color HEX #03127C Navy

📋 copy color: '#03127C'

red 3 ◦ green 18 ◦ blue 124

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

Shades of Navy #03127C

Tints of Navy #03127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.41%

 BLUE value IS 124 (48.83% from 255) = 85.52%

R = 2.07%
G = 12.41%
B = 85.52%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03127C (or 0x03127C) is known color: Navy. HEX triplet: 03, 12 and 7C. RGB value is (3,18,124). Sum of RGB (Red+Green+Blue) = 3+18+124=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 124 (48.83% from 255 or 85.52% from 145); Max value from RGB is 124 - color contains mainly: blue. Hex color #03127C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03127C is #FCED83. Grayscale: #191919. Windows color (decimal): -16575876 or 8131075. OLE color: 8131075.

HSL color Cylindrical-coordinate representation of color #03127C: hue angle of 232.56º 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 #03127C is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 18 124 -
CMYK 0.98 0.85 0 0.51
HSL 232.56º 0.95% 0.25% -
HSV(B) 232.56º 0.98% 0.49% -
XYZ 3.89 1.91 19.23 -
YUV 25.6 183.53 111.88 -
System Red Green Blue C M Y K H S L
Decimal 3 18 124 0.98 0.85 0 0.51 232.56 0.95 0.25
Hex 3 12 7C 62 55 0 33 E9 5F 19
Octal 3 22 174 142 125 0 63 351 137 31
Binary 11 10010 1111100 1100010 1010101 0 110011 11101001 1011111 11001

Color Harmonies of #03127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03127C

Black with #03127C

Text Example


Text Example

White with #03127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03127C; }

 p { color: rgb(3,18,124); }

 H1.HeaderClassName
 {
   color: #03127C;
 }
 .AnyTagClassName
 {
   color: #03127C;
 }
</style>

background-color css

<style>
 a { background-color: #03127C; }

 a { background-color: rgb(3,18,124); }

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

border-color css

<style>
 span { border-color: #03127C; }

 span { border-color: rgb(3,18,124); }

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