Html Css Color HEX #00127C Navy

📋 copy color: '#00127C'

red 0 ◦ green 18 ◦ blue 124

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

Shades of Navy #00127C

Tints of Navy #00127C

RGB

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

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

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

R = 0%
G = 12.68%
B = 87.32%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00127C (or 0x00127C) is known color: Navy. HEX triplet: 00, 12 and 7C. RGB value is (0,18,124). Sum of RGB (Red+Green+Blue) = 0+18+124=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 124 (48.83% from 255 or 87.32% from 142); Max value from RGB is 124 - color contains mainly: blue. Hex color #00127C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00127C is #FFED83. Grayscale: #181818. Windows color (decimal): -16772484 or 8131072. OLE color: 8131072.

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

Color convert

RGB 0 18 124 -
CMYK 1 0.85 0 0.51
HSL 231.29º 1% 0.24% -
HSV(B) 231.29º 1% 0.49% -
XYZ 3.85 1.89 19.23 -
YUV 24.7 184.04 110.38 -
System Red Green Blue C M Y K H S L
Decimal 0 18 124 1 0.85 0 0.51 231.29 1 0.24
Hex 0 12 7C 64 55 0 33 E7 64 18
Octal 0 22 174 144 125 0 63 347 144 30
Binary 0 10010 1111100 1100100 1010101 0 110011 11100111 1100100 11000

Color Harmonies of #00127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00127C

Black with #00127C

Text Example


Text Example

White with #00127C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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