#02134B

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

Shades of Sapphire #02134B

Tints of Sapphire #02134B

Color information

#02134B (or 0x02134B) is unknown color: approx Sapphire. HEX triplet: 02, 13 and 4B. RGB value is (2,19,75). Sum of RGB (Red+Green+Blue) = 2+19+75=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 75 (29.69% from 255 or 78.12% from 96); Max value from RGB is 75 - color contains mainly: blue. Hex color #02134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02134B is #FDECB4. Grayscale: #141414. Windows color (decimal): -16641205 or 4920066. OLE color: 4920066.

HSL color Cylindrical-coordinate representation of color #02134B: hue angle of 226.03º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02134B is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB21975-
CMYK0.970.7500.71
HSL226.03º94.81%15.1%-
HSV(B)226.03º97.33%29.41%-
XYZ1.530.996.77-
YUV20.3158.87114.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 19 (7.81% from 255) = 19.79%
BLUE value IS 75 (29.69% from 255) = 78.12%
R=2.08%
G=19.79%
B=78.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal219750.970.7500.71226.0394.8115.1
Hex2134B614B047e25ff
Octal223113141113010734213717
Binary1010011100101111000011001011010001111110001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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