Html Css Color HEX #021C6F Sapphire

📋 copy color: '#021C6F'

red 2 ◦ green 28 ◦ blue 111

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

Shades of Sapphire #021C6F

Tints of Sapphire #021C6F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.86%

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

R = 1.42%
G = 19.86%
B = 78.72%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#021C6F (or 0x021C6F) is known color: Sapphire. HEX triplet: 02, 1C and 6F. RGB value is (2,28,111). Sum of RGB (Red+Green+Blue) = 2+28+111=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 111 (43.75% from 255 or 78.72% from 141); Max value from RGB is 111 - color contains mainly: blue. Hex color #021C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C6F is #FDE390. Grayscale: #1D1D1D. Windows color (decimal): -16638865 or 7281666. OLE color: 7281666.

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

Color convert

RGB 2 28 111 -
CMYK 0.98 0.75 0 0.56
HSL 225.69º 0.96% 0.22% -
HSV(B) 225.69º 0.98% 0.44% -
XYZ 3.31 1.99 15.25 -
YUV 29.69 173.89 108.25 -
System Red Green Blue C M Y K H S L
Decimal 2 28 111 0.98 0.75 0 0.56 225.69 0.96 0.22
Hex 2 1C 6F 62 4B 0 38 E2 60 16
Octal 2 34 157 142 113 0 70 342 140 26
Binary 10 11100 1101111 1100010 1001011 0 111000 11100010 1100000 10110

Color Harmonies of #021C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C6F

Black with #021C6F

Text Example


Text Example

White with #021C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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