Html Css Color HEX #021356 Sapphire

📋 copy color: '#021356'

red 2 ◦ green 19 ◦ blue 86

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

Shades of Sapphire #021356

Tints of Sapphire #021356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.76%

 BLUE value IS 86 (33.98% from 255) = 80.37%

R = 1.87%
G = 17.76%
B = 80.37%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#021356 (or 0x021356) is known color: Sapphire. HEX triplet: 02, 13 and 56. RGB value is (2,19,86). Sum of RGB (Red+Green+Blue) = 2+19+86=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 86 (33.98% from 255 or 80.37% from 107); Max value from RGB is 86 - color contains mainly: blue. Hex color #021356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021356 is #FDECA9. Grayscale: #151515. Windows color (decimal): -16641194 or 5640962. OLE color: 5640962.

HSL color Cylindrical-coordinate representation of color #021356: hue angle of 227.86º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021356 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 19 86 -
CMYK 0.98 0.78 0 0.66
HSL 227.86º 0.95% 0.17% -
HSV(B) 227.86º 0.98% 0.34% -
XYZ 1.94 1.15 8.92 -
YUV 21.56 164.37 114.05 -
System Red Green Blue C M Y K H S L
Decimal 2 19 86 0.98 0.78 0 0.66 227.86 0.95 0.17
Hex 2 13 56 62 4E 0 42 E4 5F 11
Octal 2 23 126 142 116 0 102 344 137 21
Binary 10 10011 1010110 1100010 1001110 0 1000010 11100100 1011111 10001

Color Harmonies of #021356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021356

Black with #021356

Text Example


Text Example

White with #021356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021356; }

 p { color: rgb(2,19,86); }

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

background-color css

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

 a { background-color: rgb(2,19,86); }

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

border-color css

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

 span { border-color: rgb(2,19,86); }

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