Html Css Color HEX #02156C Sapphire

📋 copy color: '#02156C'

red 2 ◦ green 21 ◦ blue 108

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

Shades of Sapphire #02156C

Tints of Sapphire #02156C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 82.44%

R = 1.53%
G = 16.03%
B = 82.44%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02156C (or 0x02156C) is known color: Sapphire. HEX triplet: 02, 15 and 6C. RGB value is (2,21,108). Sum of RGB (Red+Green+Blue) = 2+21+108=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 108 (42.58% from 255 or 82.44% from 131); Max value from RGB is 108 - color contains mainly: blue. Hex color #02156C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02156C is #FDEA93. Grayscale: #181818. Windows color (decimal): -16640660 or 7083266. OLE color: 7083266.

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

Color convert

RGB 2 21 108 -
CMYK 0.98 0.81 0 0.58
HSL 229.25º 0.96% 0.22% -
HSV(B) 229.25º 0.98% 0.42% -
XYZ 3 1.63 14.34 -
YUV 25.24 174.71 111.43 -
System Red Green Blue C M Y K H S L
Decimal 2 21 108 0.98 0.81 0 0.58 229.25 0.96 0.22
Hex 2 15 6C 62 51 0 3A E5 60 16
Octal 2 25 154 142 121 0 72 345 140 26
Binary 10 10101 1101100 1100010 1010001 0 111010 11100101 1100000 10110

Color Harmonies of #02156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02156C

Black with #02156C

Text Example


Text Example

White with #02156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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