#020C7B

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

Shades of Navy #020C7B

Tints of Navy #020C7B

Color information

#020C7B (or 0x020C7B) is unknown color: approx Navy. HEX triplet: 02, 0C and 7B. RGB value is (2,12,123). Sum of RGB (Red+Green+Blue) = 2+12+123=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 123 (48.44% from 255 or 89.78% from 137); Max value from RGB is 123 - color contains mainly: blue. Hex color #020C7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C7B is #FDF384. Grayscale: #151515. Windows color (decimal): -16642949 or 8064002. OLE color: 8064002.

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

Color convert

RGB212123-
CMYK0.980.9000.52
HSL235.04º96.8%24.51%-
HSV(B)235.04º98.37%48.24%-
XYZ3.731.7118.87-
YUV21.66185.19113.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.46%
GREEN value IS 12 (5.08% from 255) = 8.76%
BLUE value IS 123 (48.44% from 255) = 89.78%
R=1.46%
G=8.76%
B=89.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2121230.980.9000.52235.0496.824.51
Hex2C7B625A034eb6119
Octal21417314213206435314131
Binary101100111101111000101011010011010011101011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020C7B; }

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

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

<style>
 a { background-color: #020C7B; }

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

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

<style>
 span { border-color: #020C7B; }

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

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