Html Css Color HEX #021A6B Sapphire

📋 copy color: '#021A6B'

red 2 ◦ green 26 ◦ blue 107

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

Shades of Sapphire #021A6B

Tints of Sapphire #021A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 79.26%

R = 1.48%
G = 19.26%
B = 79.26%

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

#021A6B (or 0x021A6B) is known color: Sapphire. HEX triplet: 02, 1A and 6B. RGB value is (2,26,107). Sum of RGB (Red+Green+Blue) = 2+26+107=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 107 (42.19% from 255 or 79.26% from 135); Max value from RGB is 107 - color contains mainly: blue. Hex color #021A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A6B is #FDE594. Grayscale: #1B1B1B. Windows color (decimal): -16639381 or 7019010. OLE color: 7019010.

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

Color convert

RGB 2 26 107 -
CMYK 0.98 0.76 0 0.58
HSL 226.29º 0.96% 0.21% -
HSV(B) 226.29º 0.98% 0.42% -
XYZ 3.05 1.81 14.1 -
YUV 28.06 172.55 109.41 -
System Red Green Blue C M Y K H S L
Decimal 2 26 107 0.98 0.76 0 0.58 226.29 0.96 0.21
Hex 2 1A 6B 62 4C 0 3A E2 60 15
Octal 2 32 153 142 114 0 72 342 140 25
Binary 10 11010 1101011 1100010 1001100 0 111010 11100010 1100000 10101

Color Harmonies of #021A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021A6B

Black with #021A6B

Text Example


Text Example

White with #021A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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