Html Css Color HEX #02115C Sapphire

📋 copy color: '#02115C'

red 2 ◦ green 17 ◦ blue 92

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

Shades of Sapphire #02115C

Tints of Sapphire #02115C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.32%

 BLUE value IS 92 (36.33% from 255) = 82.88%

R = 1.8%
G = 15.32%
B = 82.88%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02115C (or 0x02115C) is known color: Sapphire. HEX triplet: 02, 11 and 5C. RGB value is (2,17,92). Sum of RGB (Red+Green+Blue) = 2+17+92=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 92 (36.33% from 255 or 82.88% from 111); Max value from RGB is 92 - color contains mainly: blue. Hex color #02115C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02115C is #FDEEA3. Grayscale: #141414. Windows color (decimal): -16641700 or 6033666. OLE color: 6033666.

HSL color Cylindrical-coordinate representation of color #02115C: hue angle of 230º 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 #02115C is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 17 92 -
CMYK 0.98 0.82 0 0.64
HSL 230º 0.96% 0.18% -
HSV(B) 230º 0.98% 0.36% -
XYZ 2.16 1.19 10.24 -
YUV 21.07 168.03 114.4 -
System Red Green Blue C M Y K H S L
Decimal 2 17 92 0.98 0.82 0 0.64 230 0.96 0.18
Hex 2 11 5C 62 52 0 40 E6 60 12
Octal 2 21 134 142 122 0 100 346 140 22
Binary 10 10001 1011100 1100010 1010010 0 1000000 11100110 1100000 10010

Color Harmonies of #02115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02115C

Black with #02115C

Text Example


Text Example

White with #02115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,17,92); }

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

background-color css

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

 a { background-color: rgb(2,17,92); }

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

border-color css

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

 span { border-color: rgb(2,17,92); }

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