Html Css Color HEX #00037F Navy

📋 copy color: '#00037F'

red 0 ◦ green 3 ◦ blue 127

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

Shades of Navy #00037F

Tints of Navy #00037F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 3 (1.56% from 255) = 2.31%

 BLUE value IS 127 (50% from 255) = 97.69%

R = 0%
G = 2.31%
B = 97.69%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#00037F (or 0x00037F) is known color: Navy. HEX triplet: 00, 03 and 7F. RGB value is (0,3,127). Sum of RGB (Red+Green+Blue) = 0+3+127=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 127 (50% from 255 or 97.69% from 130); Max value from RGB is 127 - color contains mainly: blue. Hex color #00037F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00037F is #FFFC80. Grayscale: #0F0F0F. Windows color (decimal): -16776321 or 8323840. OLE color: 8323840.

HSL color Cylindrical-coordinate representation of color #00037F: hue angle of 238.58º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00037F is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 3 127 -
CMYK 1 0.98 0 0.50
HSL 238.58º 1% 0.25% -
HSV(B) 238.58º 1% 0.5% -
XYZ 3.86 1.6 20.18 -
YUV 16.24 190.51 116.42 -
System Red Green Blue C M Y K H S L
Decimal 0 3 127 1 0.98 0 0.50 238.58 1 0.25
Hex 0 3 7F 64 62 0 32 EF 64 19
Octal 0 3 177 144 142 0 62 357 144 31
Binary 0 11 1111111 1100100 1100010 0 110010 11101111 1100100 11001

Color Harmonies of #00037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00037F

Black with #00037F

Text Example


Text Example

White with #00037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00037F; }

 p { color: rgb(0,3,127); }

 H1.HeaderClassName
 {
   color: #00037F;
 }
 .AnyTagClassName
 {
   color: #00037F;
 }
</style>

background-color css

<style>
 a { background-color: #00037F; }

 a { background-color: rgb(0,3,127); }

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

border-color css

<style>
 span { border-color: #00037F; }

 span { border-color: rgb(0,3,127); }

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