#02136C

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

Shades of Sapphire #02136C

Tints of Sapphire #02136C

Color information

#02136C (or 0x02136C) is unknown color: approx Sapphire. HEX triplet: 02, 13 and 6C. RGB value is (2,19,108). Sum of RGB (Red+Green+Blue) = 2+19+108=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 108 (42.58% from 255 or 83.72% from 129); Max value from RGB is 108 - color contains mainly: blue. Hex color #02136C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02136C is #FDEC93. Grayscale: #171717. Windows color (decimal): -16641172 or 7082754. OLE color: 7082754.

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

Color convert

RGB219108-
CMYK0.980.8200.58
HSL230.38º96.36%21.57%-
HSV(B)230.38º98.15%42.35%-
XYZ2.961.5614.33-
YUV24.06175.37112.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 108 (42.58% from 255) = 83.72%
R=1.55%
G=14.73%
B=83.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2191080.980.8200.58230.3896.3621.57
Hex2136C625203Ae66016
Octal22315414212207234614026
Binary1010011110110011000101010010011101011100110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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