Html Css Color HEX #021067 Sapphire

📋 copy color: '#021067'

red 2 ◦ green 16 ◦ blue 103

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

Shades of Sapphire #021067

Tints of Sapphire #021067

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.22%

 BLUE value IS 103 (40.63% from 255) = 85.12%

R = 1.65%
G = 13.22%
B = 85.12%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#021067 (or 0x021067) is known color: Sapphire. HEX triplet: 02, 10 and 67. RGB value is (2,16,103). Sum of RGB (Red+Green+Blue) = 2+16+103=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 103 (40.62% from 255 or 85.12% from 121); Max value from RGB is 103 - color contains mainly: blue. Hex color #021067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021067 is #FDEF98. Grayscale: #151515. Windows color (decimal): -16641945 or 6754306. OLE color: 6754306.

HSL color Cylindrical-coordinate representation of color #021067: hue angle of 231.68º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021067 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 16 103 -
CMYK 0.98 0.84 0 0.60
HSL 231.68º 0.96% 0.21% -
HSV(B) 231.68º 0.98% 0.4% -
XYZ 2.66 1.36 12.95 -
YUV 21.73 173.86 113.93 -
System Red Green Blue C M Y K H S L
Decimal 2 16 103 0.98 0.84 0 0.60 231.68 0.96 0.21
Hex 2 10 67 62 54 0 3C E8 60 15
Octal 2 20 147 142 124 0 74 350 140 25
Binary 10 10000 1100111 1100010 1010100 0 111100 11101000 1100000 10101

Color Harmonies of #021067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021067

Black with #021067

Text Example


Text Example

White with #021067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021067; }

 p { color: rgb(2,16,103); }

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

background-color css

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

 a { background-color: rgb(2,16,103); }

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

border-color css

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

 span { border-color: rgb(2,16,103); }

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