#00127B

Color #00127B Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #00127B

Tints of Navy #00127B

Color information

#00127B (or 0x00127B) is unknown color: approx Navy. HEX triplet: 00, 12 and 7B. RGB value is (0,18,123). Sum of RGB (Red+Green+Blue) = 0+18+123=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 123 (48.44% from 255 or 87.23% from 141); Max value from RGB is 123 - color contains mainly: blue. Hex color #00127B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00127B is #FFED84. Grayscale: #181818. Windows color (decimal): -16772485 or 8065536. OLE color: 8065536.

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

Color convert

RGB018123-
CMYK10.8500.52
HSL231.22º100%24.12%-
HSV(B)231.22º100%48.24%-
XYZ3.791.8618.9-
YUV24.59183.54110.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 123 (48.44% from 255) = 87.23%
R=0%
G=12.77%
B=87.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal01812310.8500.52231.2210024.12
Hex0127B6455034e76418
Octal02217314412506434714430
Binary010010111101111001001010101011010011100111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00127B;
 }
 .AnyTagClassName
 {
   color: #00127B;
 }
</style>
background-color css

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

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

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

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

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

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