Html Css Color HEX #021352 Sapphire

📋 copy color: '#021352'

red 2 ◦ green 19 ◦ blue 82

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

Shades of Sapphire #021352

Tints of Sapphire #021352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 79.61%

R = 1.94%
G = 18.45%
B = 79.61%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#021352 (or 0x021352) is known color: Sapphire. HEX triplet: 02, 13 and 52. RGB value is (2,19,82). Sum of RGB (Red+Green+Blue) = 2+19+82=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 82 (32.42% from 255 or 79.61% from 103); Max value from RGB is 82 - color contains mainly: blue. Hex color #021352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021352 is #FDECAD. Grayscale: #141414. Windows color (decimal): -16641198 or 5378818. OLE color: 5378818.

HSL color Cylindrical-coordinate representation of color #021352: hue angle of 227.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021352 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 19 82 -
CMYK 0.98 0.77 0 0.68
HSL 227.25º 0.95% 0.16% -
HSV(B) 227.25º 0.98% 0.32% -
XYZ 1.78 1.09 8.1 -
YUV 21.1 162.37 114.38 -
System Red Green Blue C M Y K H S L
Decimal 2 19 82 0.98 0.77 0 0.68 227.25 0.95 0.16
Hex 2 13 52 62 4D 0 44 E3 5F 10
Octal 2 23 122 142 115 0 104 343 137 20
Binary 10 10011 1010010 1100010 1001101 0 1000100 11100011 1011111 10000

Color Harmonies of #021352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021352

Black with #021352

Text Example


Text Example

White with #021352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021352; }

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

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

background-color css

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

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

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

border-color css

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

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

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