Html Css Color HEX #021D67 Sapphire

📋 copy color: '#021D67'

red 2 ◦ green 29 ◦ blue 103

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

Shades of Sapphire #021D67

Tints of Sapphire #021D67

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.64%

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

R = 1.49%
G = 21.64%
B = 76.87%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#021D67 (or 0x021D67) is known color: Sapphire. HEX triplet: 02, 1D and 67. RGB value is (2,29,103). Sum of RGB (Red+Green+Blue) = 2+29+103=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 103 (40.62% from 255 or 76.87% from 134); Max value from RGB is 103 - color contains mainly: blue. Hex color #021D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021D67 is #FDE298. Grayscale: #1D1D1D. Windows color (decimal): -16638617 or 6757634. OLE color: 6757634.

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

Color convert

RGB 2 29 103 -
CMYK 0.98 0.72 0 0.60
HSL 223.96º 0.96% 0.21% -
HSV(B) 223.96º 0.98% 0.4% -
XYZ 2.91 1.87 13.04 -
YUV 29.36 169.55 108.48 -
System Red Green Blue C M Y K H S L
Decimal 2 29 103 0.98 0.72 0 0.60 223.96 0.96 0.21
Hex 2 1D 67 62 48 0 3C E0 60 15
Octal 2 35 147 142 110 0 74 340 140 25
Binary 10 11101 1100111 1100010 1001000 0 111100 11100000 1100000 10101

Color Harmonies of #021D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D67

Black with #021D67

Text Example


Text Example

White with #021D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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