#02236B

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

Shades of Sapphire #02236B

Tints of Sapphire #02236B

Color information

#02236B (or 0x02236B) is unknown color: approx Sapphire. HEX triplet: 02, 23 and 6B. RGB value is (2,35,107). Sum of RGB (Red+Green+Blue) = 2+35+107=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 107 (42.19% from 255 or 74.31% from 144); Max value from RGB is 107 - color contains mainly: blue. Hex color #02236B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02236B is #FDDC94. Grayscale: #212121. Windows color (decimal): -16637077 or 7021314. OLE color: 7021314.

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

Color convert

RGB235107-
CMYK0.980.6700.58
HSL221.14º96.33%21.37%-
HSV(B)221.14º98.13%41.96%-
XYZ3.282.2814.18-
YUV33.34169.57105.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.39%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 107 (42.19% from 255) = 74.31%
R=1.39%
G=24.31%
B=74.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2351070.980.6700.58221.1496.3321.37
Hex2236B624303Add6015
Octal24315314210307233514025
Binary10100011110101111000101000011011101011011101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,35,107); }

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

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

 a { background-color: rgb(2,35,107); }

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

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

 span { border-color: rgb(2,35,107); }

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