Html Css Color HEX #00127D Navy

📋 copy color: '#00127D'

red 0 ◦ green 18 ◦ blue 125

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

Shades of Navy #00127D

Tints of Navy #00127D

RGB

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

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

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

R = 0%
G = 12.59%
B = 87.41%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00127D (or 0x00127D) is known color: Navy. HEX triplet: 00, 12 and 7D. RGB value is (0,18,125). Sum of RGB (Red+Green+Blue) = 0+18+125=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 125 (49.22% from 255 or 87.41% from 143); Max value from RGB is 125 - color contains mainly: blue. Hex color #00127D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00127D is #FFED82. Grayscale: #181818. Windows color (decimal): -16772483 or 8196608. OLE color: 8196608.

HSL color Cylindrical-coordinate representation of color #00127D: hue angle of 231.36º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00127D is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 18 125 -
CMYK 1 0.86 0 0.51
HSL 231.36º 1% 0.25% -
HSV(B) 231.36º 1% 0.49% -
XYZ 3.92 1.91 19.56 -
YUV 24.82 184.54 110.3 -
System Red Green Blue C M Y K H S L
Decimal 0 18 125 1 0.86 0 0.51 231.36 1 0.25
Hex 0 12 7D 64 56 0 33 E7 64 19
Octal 0 22 175 144 126 0 63 347 144 31
Binary 0 10010 1111101 1100100 1010110 0 110011 11100111 1100100 11001

Color Harmonies of #00127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00127D

Black with #00127D

Text Example


Text Example

White with #00127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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