Html Css Color HEX #021A6F Sapphire

📋 copy color: '#021A6F'

red 2 ◦ green 26 ◦ blue 111

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

Shades of Sapphire #021A6F

Tints of Sapphire #021A6F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.71%

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

R = 1.44%
G = 18.71%
B = 79.86%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#021A6F (or 0x021A6F) is known color: Sapphire. HEX triplet: 02, 1A and 6F. RGB value is (2,26,111). Sum of RGB (Red+Green+Blue) = 2+26+111=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 111 (43.75% from 255 or 79.86% from 139); Max value from RGB is 111 - color contains mainly: blue. Hex color #021A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A6F is #FDE590. Grayscale: #1C1C1C. Windows color (decimal): -16639377 or 7281154. OLE color: 7281154.

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

Color convert

RGB 2 26 111 -
CMYK 0.98 0.77 0 0.56
HSL 226.79º 0.96% 0.22% -
HSV(B) 226.79º 0.98% 0.44% -
XYZ 3.26 1.9 15.23 -
YUV 28.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 2 26 111 0.98 0.77 0 0.56 226.79 0.96 0.22
Hex 2 1A 6F 62 4D 0 38 E3 60 16
Octal 2 32 157 142 115 0 70 343 140 26
Binary 10 11010 1101111 1100010 1001101 0 111000 11100011 1100000 10110

Color Harmonies of #021A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021A6F

Black with #021A6F

Text Example


Text Example

White with #021A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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