Html Css Color HEX #021D6F Sapphire

📋 copy color: '#021D6F'

red 2 ◦ green 29 ◦ blue 111

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

Shades of Sapphire #021D6F

Tints of Sapphire #021D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 78.17%

R = 1.41%
G = 20.42%
B = 78.17%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#021D6F (or 0x021D6F) is known color: Sapphire. HEX triplet: 02, 1D and 6F. RGB value is (2,29,111). Sum of RGB (Red+Green+Blue) = 2+29+111=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 111 (43.75% from 255 or 78.17% from 142); Max value from RGB is 111 - color contains mainly: blue. Hex color #021D6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021D6F is #FDE290. Grayscale: #1D1D1D. Windows color (decimal): -16638609 or 7281922. OLE color: 7281922.

HSL color Cylindrical-coordinate representation of color #021D6F: hue angle of 225.14º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021D6F is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 29 111 -
CMYK 0.98 0.74 0 0.56
HSL 225.14º 0.96% 0.22% -
HSV(B) 225.14º 0.98% 0.44% -
XYZ 3.33 2.04 15.26 -
YUV 30.28 173.55 107.83 -
System Red Green Blue C M Y K H S L
Decimal 2 29 111 0.98 0.74 0 0.56 225.14 0.96 0.22
Hex 2 1D 6F 62 4A 0 38 E1 60 16
Octal 2 35 157 142 112 0 70 341 140 26
Binary 10 11101 1101111 1100010 1001010 0 111000 11100001 1100000 10110

Color Harmonies of #021D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D6F

Black with #021D6F

Text Example


Text Example

White with #021D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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