#02235B

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

Shades of Sapphire #02235B

Tints of Sapphire #02235B

Color information

#02235B (or 0x02235B) is unknown color: approx Sapphire. HEX triplet: 02, 23 and 5B. RGB value is (2,35,91). Sum of RGB (Red+Green+Blue) = 2+35+91=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 91 (35.94% from 255 or 71.09% from 128); Max value from RGB is 91 - color contains mainly: blue. Hex color #02235B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02235B is #FDDCA4. Grayscale: #1F1F1F. Windows color (decimal): -16637093 or 5972738. OLE color: 5972738.

HSL color Cylindrical-coordinate representation of color #02235B: hue angle of 217.75º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02235B is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB23591-
CMYK0.980.6200.64
HSL217.75º95.7%18.24%-
HSV(B)217.75º97.8%35.69%-
XYZ2.511.9710.15-
YUV31.52161.57106.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 35 (14.06% from 255) = 27.34%
BLUE value IS 91 (35.94% from 255) = 71.09%
R=1.56%
G=27.34%
B=71.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal235910.980.6200.64217.7595.718.24
Hex2235B623E040da6012
Octal24313314276010033214022
Binary10100011101101111000101111100100000011011010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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