#00127A

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

Shades of Navy #00127A

Tints of Navy #00127A

Color information

#00127A (or 0x00127A) is unknown color: approx Navy. HEX triplet: 00, 12 and 7A. RGB value is (0,18,122). Sum of RGB (Red+Green+Blue) = 0+18+122=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 122 (48.05% from 255 or 87.14% from 140); Max value from RGB is 122 - color contains mainly: blue. Hex color #00127A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00127A is #FFED85. Grayscale: #181818. Windows color (decimal): -16772486 or 8000000. OLE color: 8000000.

HSL color Cylindrical-coordinate representation of color #00127A: hue angle of 231.15º 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 #00127A is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB018122-
CMYK10.8500.52
HSL231.15º100%23.92%-
HSV(B)231.15º100%47.84%-
XYZ3.731.8418.57-
YUV24.47183.04110.54-

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.86%
BLUE value IS 122 (48.05% from 255) = 87.14%
R=0%
G=12.86%
B=87.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal01812210.8500.52231.1510023.92
Hex0127A6455034e76418
Octal02217214412506434714430
Binary010010111101011001001010101011010011100111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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