#02234F

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

Shades of Sapphire #02234F

Tints of Sapphire #02234F

Color information

#02234F (or 0x02234F) is unknown color: approx Sapphire. HEX triplet: 02, 23 and 4F. RGB value is (2,35,79). Sum of RGB (Red+Green+Blue) = 2+35+79=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 79 (31.25% from 255 or 68.10% from 116); Max value from RGB is 79 - color contains mainly: blue. Hex color #02234F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02234F is #FDDCB0. Grayscale: #1D1D1D. Windows color (decimal): -16637105 or 5186306. OLE color: 5186306.

HSL color Cylindrical-coordinate representation of color #02234F: hue angle of 214.29º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02234F is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB23579-
CMYK0.970.5600.69
HSL214.29º95.06%15.88%-
HSV(B)214.29º97.47%30.98%-
XYZ2.041.787.63-
YUV30.15155.57107.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.72%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 79 (31.25% from 255) = 68.10%
R=1.72%
G=30.17%
B=68.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal235790.970.5600.69214.2995.0615.88
Hex2234F6138045d65f10
Octal24311714170010532613720
Binary10100011100111111000011110000100010111010110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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