Html Css Color HEX #021E6F Sapphire

📋 copy color: '#021E6F'

red 2 ◦ green 30 ◦ blue 111

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

Shades of Sapphire #021E6F

Tints of Sapphire #021E6F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.98%

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

R = 1.4%
G = 20.98%
B = 77.62%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#021E6F (or 0x021E6F) is known color: Sapphire. HEX triplet: 02, 1E and 6F. RGB value is (2,30,111). Sum of RGB (Red+Green+Blue) = 2+30+111=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 111 (43.75% from 255 or 77.62% from 143); Max value from RGB is 111 - color contains mainly: blue. Hex color #021E6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E6F is #FDE190. Grayscale: #1E1E1E. Windows color (decimal): -16638353 or 7282178. OLE color: 7282178.

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

Color convert

RGB 2 30 111 -
CMYK 0.98 0.73 0 0.56
HSL 224.59º 0.96% 0.22% -
HSV(B) 224.59º 0.98% 0.44% -
XYZ 3.36 2.09 15.27 -
YUV 30.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 2 30 111 0.98 0.73 0 0.56 224.59 0.96 0.22
Hex 2 1E 6F 62 49 0 38 E1 60 16
Octal 2 36 157 142 111 0 70 341 140 26
Binary 10 11110 1101111 1100010 1001001 0 111000 11100001 1100000 10110

Color Harmonies of #021E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E6F

Black with #021E6F

Text Example


Text Example

White with #021E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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