Html Css Color HEX #021A6C Sapphire

📋 copy color: '#021A6C'

red 2 ◦ green 26 ◦ blue 108

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

Shades of Sapphire #021A6C

Tints of Sapphire #021A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 79.41%

R = 1.47%
G = 19.12%
B = 79.41%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#021A6C (or 0x021A6C) is known color: Sapphire. HEX triplet: 02, 1A and 6C. RGB value is (2,26,108). Sum of RGB (Red+Green+Blue) = 2+26+108=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 108 (42.58% from 255 or 79.41% from 136); Max value from RGB is 108 - color contains mainly: blue. Hex color #021A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A6C is #FDE593. Grayscale: #1B1B1B. Windows color (decimal): -16639380 or 7084546. OLE color: 7084546.

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

Color convert

RGB 2 26 108 -
CMYK 0.98 0.76 0 0.58
HSL 226.42º 0.96% 0.22% -
HSV(B) 226.42º 0.98% 0.42% -
XYZ 3.1 1.83 14.38 -
YUV 28.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 2 26 108 0.98 0.76 0 0.58 226.42 0.96 0.22
Hex 2 1A 6C 62 4C 0 3A E2 60 16
Octal 2 32 154 142 114 0 72 342 140 26
Binary 10 11010 1101100 1100010 1001100 0 111010 11100010 1100000 10110

Color Harmonies of #021A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021A6C

Black with #021A6C

Text Example


Text Example

White with #021A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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