Html Css Color HEX #02155F Sapphire

📋 copy color: '#02155F'

red 2 ◦ green 21 ◦ blue 95

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

Shades of Sapphire #02155F

Tints of Sapphire #02155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 80.51%

R = 1.69%
G = 17.8%
B = 80.51%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#02155F (or 0x02155F) is known color: Sapphire. HEX triplet: 02, 15 and 5F. RGB value is (2,21,95). Sum of RGB (Red+Green+Blue) = 2+21+95=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 95 (37.5% from 255 or 80.51% from 118); Max value from RGB is 95 - color contains mainly: blue. Hex color #02155F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02155F is #FDEAA0. Grayscale: #171717. Windows color (decimal): -16640673 or 6231298. OLE color: 6231298.

HSL color Cylindrical-coordinate representation of color #02155F: hue angle of 227.74º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02155F is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 21 95 -
CMYK 0.98 0.78 0 0.63
HSL 227.74º 0.96% 0.19% -
HSV(B) 227.74º 0.98% 0.37% -
XYZ 2.36 1.38 10.97 -
YUV 23.76 168.21 112.48 -
System Red Green Blue C M Y K H S L
Decimal 2 21 95 0.98 0.78 0 0.63 227.74 0.96 0.19
Hex 2 15 5F 62 4E 0 3F E4 60 13
Octal 2 25 137 142 116 0 77 344 140 23
Binary 10 10101 1011111 1100010 1001110 0 111111 11100100 1100000 10011

Color Harmonies of #02155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02155F

Black with #02155F

Text Example


Text Example

White with #02155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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