Html Css Color HEX #021267 Sapphire

📋 copy color: '#021267'

red 2 ◦ green 18 ◦ blue 103

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

Shades of Sapphire #021267

Tints of Sapphire #021267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.63%

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

R = 1.63%
G = 14.63%
B = 83.74%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#021267 (or 0x021267) is known color: Sapphire. HEX triplet: 02, 12 and 67. RGB value is (2,18,103). Sum of RGB (Red+Green+Blue) = 2+18+103=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 103 (40.62% from 255 or 83.74% from 123); Max value from RGB is 103 - color contains mainly: blue. Hex color #021267 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021267 is #FDED98. Grayscale: #161616. Windows color (decimal): -16641433 or 6754818. OLE color: 6754818.

HSL color Cylindrical-coordinate representation of color #021267: hue angle of 230.5º 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 #021267 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 18 103 -
CMYK 0.98 0.83 0 0.60
HSL 230.5º 0.96% 0.21% -
HSV(B) 230.5º 0.98% 0.4% -
XYZ 2.69 1.42 12.97 -
YUV 22.91 173.2 113.09 -
System Red Green Blue C M Y K H S L
Decimal 2 18 103 0.98 0.83 0 0.60 230.5 0.96 0.21
Hex 2 12 67 62 53 0 3C E6 60 15
Octal 2 22 147 142 123 0 74 346 140 25
Binary 10 10010 1100111 1100010 1010011 0 111100 11100110 1100000 10101

Color Harmonies of #021267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021267

Black with #021267

Text Example


Text Example

White with #021267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021267; }

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

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

background-color css

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

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

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

border-color css

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

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

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