Html Css Color HEX #02156D Sapphire

📋 copy color: '#02156D'

red 2 ◦ green 21 ◦ blue 109

#02156D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #02156D

Tints of Sapphire #02156D

RGB

 RED value IS 2 (1.17% from 255) = 1.52%

 GREEN value IS 21 (8.59% from 255) = 15.91%

 BLUE value IS 109 (42.97% from 255) = 82.58%

R = 1.52%
G = 15.91%
B = 82.58%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02156D (or 0x02156D) is known color: Sapphire. HEX triplet: 02, 15 and 6D. RGB value is (2,21,109). Sum of RGB (Red+Green+Blue) = 2+21+109=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 109 (42.97% from 255 or 82.58% from 132); Max value from RGB is 109 - color contains mainly: blue. Hex color #02156D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02156D is #FDEA92. Grayscale: #181818. Windows color (decimal): -16640659 or 7148802. OLE color: 7148802.

HSL color Cylindrical-coordinate representation of color #02156D: hue angle of 229.35º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02156D is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 21 109 -
CMYK 0.98 0.81 0 0.57
HSL 229.35º 0.96% 0.22% -
HSV(B) 229.35º 0.98% 0.43% -
XYZ 3.05 1.65 14.63 -
YUV 25.35 175.21 111.34 -
System Red Green Blue C M Y K H S L
Decimal 2 21 109 0.98 0.81 0 0.57 229.35 0.96 0.22
Hex 2 15 6D 62 51 0 39 E5 60 16
Octal 2 25 155 142 121 0 71 345 140 26
Binary 10 10101 1101101 1100010 1010001 0 111001 11100101 1100000 10110

Color Harmonies of #02156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02156D

Black with #02156D

Text Example


Text Example

White with #02156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02156D; }

 p { color: rgb(2,21,109); }

 H1.HeaderClassName
 {
   color: #02156D;
 }
 .AnyTagClassName
 {
   color: #02156D;
 }
</style>

background-color css

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

 a { background-color: rgb(2,21,109); }

 div.DivClassName
 {
   background-color: #02156D;
 }
 .BgClassName
 {
   background-color: #02156D;
 }
</style>

border-color css

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

 span { border-color: rgb(2,21,109); }

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