Html Css Color HEX #021A4C Sapphire

📋 copy color: '#021A4C'

red 2 ◦ green 26 ◦ blue 76

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

Shades of Sapphire #021A4C

Tints of Sapphire #021A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 73.08%

R = 1.92%
G = 25%
B = 73.08%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#021A4C (or 0x021A4C) is known color: Sapphire. HEX triplet: 02, 1A and 4C. RGB value is (2,26,76). Sum of RGB (Red+Green+Blue) = 2+26+76=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 76 (30.08% from 255 or 73.08% from 104); Max value from RGB is 76 - color contains mainly: blue. Hex color #021A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A4C is #FDE5B3. Grayscale: #181818. Windows color (decimal): -16639412 or 4987394. OLE color: 4987394.

HSL color Cylindrical-coordinate representation of color #021A4C: hue angle of 220.54º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021A4C is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 26 76 -
CMYK 0.97 0.66 0 0.70
HSL 220.54º 0.95% 0.15% -
HSV(B) 220.54º 0.97% 0.3% -
XYZ 1.7 1.27 6.99 -
YUV 24.52 157.05 111.93 -
System Red Green Blue C M Y K H S L
Decimal 2 26 76 0.97 0.66 0 0.70 220.54 0.95 0.15
Hex 2 1A 4C 61 42 0 46 DD 5F F
Octal 2 32 114 141 102 0 106 335 137 17
Binary 10 11010 1001100 1100001 1000010 0 1000110 11011101 1011111 1111

Color Harmonies of #021A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021A4C

Black with #021A4C

Text Example


Text Example

White with #021A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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