#02265C

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

Shades of Sapphire #02265C

Tints of Sapphire #02265C

Color information

#02265C (or 0x02265C) is unknown color: approx Sapphire. HEX triplet: 02, 26 and 5C. RGB value is (2,38,92). Sum of RGB (Red+Green+Blue) = 2+38+92=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 92 (36.33% from 255 or 69.70% from 132); Max value from RGB is 92 - color contains mainly: blue. Hex color #02265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02265C is #FDD9A3. Grayscale: #212121. Windows color (decimal): -16636324 or 6039042. OLE color: 6039042.

HSL color Cylindrical-coordinate representation of color #02265C: hue angle of 216º 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 #02265C is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB23892-
CMYK0.980.5900.64
HSL216º95.74%18.43%-
HSV(B)216º97.83%36.08%-
XYZ2.652.1710.4-
YUV33.39161.07105.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 38 (15.23% from 255) = 28.79%
BLUE value IS 92 (36.33% from 255) = 69.70%
R=1.52%
G=28.79%
B=69.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal238920.980.5900.6421695.7418.43
Hex2265C623B040d86012
Octal24613414273010033014022
Binary10100110101110011000101110110100000011011000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,38,92); }

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

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

 a { background-color: rgb(2,38,92); }

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

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

 span { border-color: rgb(2,38,92); }

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