#002152

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

Shades of Sapphire #002152

Tints of Sapphire #002152

Color information

#002152 (or 0x002152) is unknown color: approx Sapphire. HEX triplet: 00, 21 and 52. RGB value is (0,33,82). Sum of RGB (Red+Green+Blue) = 0+33+82=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 82 (32.42% from 255 or 71.30% from 115); Max value from RGB is 82 - color contains mainly: blue. Hex color #002152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002152 is #FFDEAD. Grayscale: #1C1C1C. Windows color (decimal): -16768686 or 5382400. OLE color: 5382400.

HSL color Cylindrical-coordinate representation of color #002152: hue angle of 215.85º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002152 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB03382-
CMYK10.6000.68
HSL215.85º100%16.08%-
HSV(B)215.85º100%32.16%-
XYZ2.071.78.2-
YUV28.72158.07107.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 82 (32.42% from 255) = 71.30%
R=0%
G=28.70%
B=71.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0338210.6000.68215.8510016.08
Hex02152643C044d86410
Octal04112214474010433014420
Binary0100001101001011001001111000100010011011000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002152; }

 p { color: rgb(0,33,82); }

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

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

 a { background-color: rgb(0,33,82); }

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

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

 span { border-color: rgb(0,33,82); }

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