#02127B

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

Shades of Navy #02127B

Tints of Navy #02127B

Color information

#02127B (or 0x02127B) is unknown color: approx Navy. HEX triplet: 02, 12 and 7B. RGB value is (2,18,123). Sum of RGB (Red+Green+Blue) = 2+18+123=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 123 (48.44% from 255 or 86.01% from 143); Max value from RGB is 123 - color contains mainly: blue. Hex color #02127B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02127B is #FDED84. Grayscale: #181818. Windows color (decimal): -16641413 or 8065538. OLE color: 8065538.

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

Color convert

RGB218123-
CMYK0.980.8500.52
HSL232.07º96.8%24.51%-
HSV(B)232.07º98.37%48.24%-
XYZ3.821.8818.9-
YUV25.19183.2111.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.40%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 123 (48.44% from 255) = 86.01%
R=1.40%
G=12.59%
B=86.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2181230.980.8500.52232.0796.824.51
Hex2127B6255034e86119
Octal22217314212506435014131
Binary1010010111101111000101010101011010011101000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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