Html Css Color HEX #03127D Navy

📋 copy color: '#03127D'

red 3 ◦ green 18 ◦ blue 125

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

Shades of Navy #03127D

Tints of Navy #03127D

RGB

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

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

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

R = 2.05%
G = 12.33%
B = 85.62%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03127D (or 0x03127D) is known color: Navy. HEX triplet: 03, 12 and 7D. RGB value is (3,18,125). Sum of RGB (Red+Green+Blue) = 3+18+125=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 125 (49.22% from 255 or 85.62% from 146); Max value from RGB is 125 - color contains mainly: blue. Hex color #03127D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03127D is #FCED82. Grayscale: #191919. Windows color (decimal): -16575875 or 8196611. OLE color: 8196611.

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

Color convert

RGB 3 18 125 -
CMYK 0.98 0.86 0 0.51
HSL 232.62º 0.95% 0.25% -
HSV(B) 232.62º 0.98% 0.49% -
XYZ 3.96 1.93 19.57 -
YUV 25.71 184.03 111.8 -
System Red Green Blue C M Y K H S L
Decimal 3 18 125 0.98 0.86 0 0.51 232.62 0.95 0.25
Hex 3 12 7D 62 56 0 33 E9 5F 19
Octal 3 22 175 142 126 0 63 351 137 31
Binary 11 10010 1111101 1100010 1010110 0 110011 11101001 1011111 11001

Color Harmonies of #03127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03127D

Black with #03127D

Text Example


Text Example

White with #03127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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