Html Css Color HEX #02155B Sapphire

📋 copy color: '#02155B'

red 2 ◦ green 21 ◦ blue 91

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

Shades of Sapphire #02155B

Tints of Sapphire #02155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 79.82%

R = 1.75%
G = 18.42%
B = 79.82%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02155B (or 0x02155B) is known color: Sapphire. HEX triplet: 02, 15 and 5B. RGB value is (2,21,91). Sum of RGB (Red+Green+Blue) = 2+21+91=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 91 (35.94% from 255 or 79.82% from 114); Max value from RGB is 91 - color contains mainly: blue. Hex color #02155B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02155B is #FDEAA4. Grayscale: #171717. Windows color (decimal): -16640677 or 5969154. OLE color: 5969154.

HSL color Cylindrical-coordinate representation of color #02155B: hue angle of 227.19º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02155B is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 21 91 -
CMYK 0.98 0.77 0 0.64
HSL 227.19º 0.96% 0.18% -
HSV(B) 227.19º 0.98% 0.36% -
XYZ 2.18 1.3 10.03 -
YUV 23.3 166.21 112.81 -
System Red Green Blue C M Y K H S L
Decimal 2 21 91 0.98 0.77 0 0.64 227.19 0.96 0.18
Hex 2 15 5B 62 4D 0 40 E3 60 12
Octal 2 25 133 142 115 0 100 343 140 22
Binary 10 10101 1011011 1100010 1001101 0 1000000 11100011 1100000 10010

Color Harmonies of #02155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02155B

Black with #02155B

Text Example


Text Example

White with #02155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02155B;
 }
 .AnyTagClassName
 {
   color: #02155B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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