Html Css Color HEX #03127A Navy

📋 copy color: '#03127A'

red 3 ◦ green 18 ◦ blue 122

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

Shades of Navy #03127A

Tints of Navy #03127A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 85.31%

R = 2.1%
G = 12.59%
B = 85.31%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#03127A (or 0x03127A) is known color: Navy. HEX triplet: 03, 12 and 7A. RGB value is (3,18,122). Sum of RGB (Red+Green+Blue) = 3+18+122=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 122 (48.05% from 255 or 85.31% from 143); Max value from RGB is 122 - color contains mainly: blue. Hex color #03127A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03127A is #FCED85. Grayscale: #181818. Windows color (decimal): -16575878 or 8000003. OLE color: 8000003.

HSL color Cylindrical-coordinate representation of color #03127A: hue angle of 232.44º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03127A is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 3 18 122 -
CMYK 0.98 0.85 0 0.52
HSL 232.44º 0.95% 0.25% -
HSV(B) 232.44º 0.98% 0.48% -
XYZ 3.77 1.86 18.57 -
YUV 25.37 182.53 112.04 -
System Red Green Blue C M Y K H S L
Decimal 3 18 122 0.98 0.85 0 0.52 232.44 0.95 0.25
Hex 3 12 7A 62 55 0 34 E8 5F 19
Octal 3 22 172 142 125 0 64 350 137 31
Binary 11 10010 1111010 1100010 1010101 0 110100 11101000 1011111 11001

Color Harmonies of #03127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03127A

Black with #03127A

Text Example


Text Example

White with #03127A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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