Html Css Color HEX #021A66 Sapphire

📋 copy color: '#021A66'

red 2 ◦ green 26 ◦ blue 102

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

Shades of Sapphire #021A66

Tints of Sapphire #021A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 78.46%

R = 1.54%
G = 20%
B = 78.46%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#021A66 (or 0x021A66) is known color: Sapphire. HEX triplet: 02, 1A and 66. RGB value is (2,26,102). Sum of RGB (Red+Green+Blue) = 2+26+102=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 102 (40.23% from 255 or 78.46% from 130); Max value from RGB is 102 - color contains mainly: blue. Hex color #021A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A66 is #FDE599. Grayscale: #1B1B1B. Windows color (decimal): -16639386 or 6691330. OLE color: 6691330.

HSL color Cylindrical-coordinate representation of color #021A66: hue angle of 225.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021A66 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 26 102 -
CMYK 0.98 0.75 0 0.6
HSL 225.6º 0.96% 0.2% -
HSV(B) 225.6º 0.98% 0.4% -
XYZ 2.79 1.71 12.75 -
YUV 27.49 170.05 109.82 -
System Red Green Blue C M Y K H S L
Decimal 2 26 102 0.98 0.75 0 0.6 225.6 0.96 0.2
Hex 2 1A 66 62 4B 0 3C E2 60 14
Octal 2 32 146 142 113 0 74 342 140 24
Binary 10 11010 1100110 1100010 1001011 0 111100 11100010 1100000 10100

Color Harmonies of #021A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021A66

Black with #021A66

Text Example


Text Example

White with #021A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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