#02136F

Color #02136F Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #02136F

Tints of Sapphire #02136F

Color information

#02136F (or 0x02136F) is unknown color: approx Sapphire. HEX triplet: 02, 13 and 6F. RGB value is (2,19,111). Sum of RGB (Red+Green+Blue) = 2+19+111=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 111 (43.75% from 255 or 84.09% from 132); Max value from RGB is 111 - color contains mainly: blue. Hex color #02136F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02136F is #FDEC90. Grayscale: #181818. Windows color (decimal): -16641169 or 7279362. OLE color: 7279362.

HSL color Cylindrical-coordinate representation of color #02136F: hue angle of 230.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02136F is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB219111-
CMYK0.980.8300.56
HSL230.64º96.46%22.16%-
HSV(B)230.64º98.2%43.53%-
XYZ3.131.6315.19-
YUV24.4176.87112.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 111 (43.75% from 255) = 84.09%
R=1.52%
G=14.39%
B=84.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2191110.980.8300.56230.6496.4622.16
Hex2136F6253038e76016
Octal22315714212307034714026
Binary1010011110111111000101010011011100011100111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02136F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02136F; }

 p { color: rgb(2,19,111); }

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

<style>
 a { background-color: #02136F; }

 a { background-color: rgb(2,19,111); }

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

<style>
 span { border-color: #02136F; }

 span { border-color: rgb(2,19,111); }

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