Html Css Color HEX #021D69 Sapphire

📋 copy color: '#021D69'

red 2 ◦ green 29 ◦ blue 105

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

Shades of Sapphire #021D69

Tints of Sapphire #021D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 77.21%

R = 1.47%
G = 21.32%
B = 77.21%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#021D69 (or 0x021D69) is known color: Sapphire. HEX triplet: 02, 1D and 69. RGB value is (2,29,105). Sum of RGB (Red+Green+Blue) = 2+29+105=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 105 (41.41% from 255 or 77.21% from 136); Max value from RGB is 105 - color contains mainly: blue. Hex color #021D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021D69 is #FDE296. Grayscale: #1D1D1D. Windows color (decimal): -16638615 or 6888706. OLE color: 6888706.

HSL color Cylindrical-coordinate representation of color #021D69: hue angle of 224.27º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021D69 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 29 105 -
CMYK 0.98 0.72 0 0.59
HSL 224.27º 0.96% 0.21% -
HSV(B) 224.27º 0.98% 0.41% -
XYZ 3.01 1.91 13.57 -
YUV 29.59 170.55 108.32 -
System Red Green Blue C M Y K H S L
Decimal 2 29 105 0.98 0.72 0 0.59 224.27 0.96 0.21
Hex 2 1D 69 62 48 0 3B E0 60 15
Octal 2 35 151 142 110 0 73 340 140 25
Binary 10 11101 1101001 1100010 1001000 0 111011 11100000 1100000 10101

Color Harmonies of #021D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D69

Black with #021D69

Text Example


Text Example

White with #021D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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