#00027B

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

Shades of Navy #00027B

Tints of Navy #00027B

Color information

#00027B (or 0x00027B) is unknown color: approx Navy. HEX triplet: 00, 02 and 7B. RGB value is (0,2,123). Sum of RGB (Red+Green+Blue) = 0+2+123=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 123 (48.44% from 255 or 98.4% from 125); Max value from RGB is 123 - color contains mainly: blue. Hex color #00027B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00027B is #FFFD84. Grayscale: #0E0E0E. Windows color (decimal): -16776581 or 8061440. OLE color: 8061440.

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

Color convert

RGB02123-
CMYK10.9800.52
HSL239.02º100%24.12%-
HSV(B)239.02º100%48.24%-
XYZ3.61.4718.83-
YUV15.2188.84117.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 123 (48.44% from 255) = 98.4%
R=0%
G=1.6%
B=98.4%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal0212310.9800.52239.0210024.12
Hex027B6462034ef6418
Octal0217314414206435714430
Binary010111101111001001100010011010011101111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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