Html Css Color HEX #021574 Sapphire

📋 copy color: '#021574'

red 2 ◦ green 21 ◦ blue 116

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

Shades of Sapphire #021574

Tints of Sapphire #021574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.11%

 BLUE value IS 116 (45.7% from 255) = 83.45%

R = 1.44%
G = 15.11%
B = 83.45%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#021574 (or 0x021574) is known color: Sapphire. HEX triplet: 02, 15 and 74. RGB value is (2,21,116). Sum of RGB (Red+Green+Blue) = 2+21+116=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 116 (45.70% from 255 or 83.45% from 139); Max value from RGB is 116 - color contains mainly: blue. Hex color #021574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021574 is #FDEA8B. Grayscale: #191919. Windows color (decimal): -16640652 or 7607554. OLE color: 7607554.

HSL color Cylindrical-coordinate representation of color #021574: hue angle of 230º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021574 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 21 116 -
CMYK 0.98 0.82 0 0.55
HSL 230º 0.97% 0.23% -
HSV(B) 230º 0.98% 0.45% -
XYZ 3.45 1.81 16.69 -
YUV 26.15 178.71 110.78 -
System Red Green Blue C M Y K H S L
Decimal 2 21 116 0.98 0.82 0 0.55 230 0.97 0.23
Hex 2 15 74 62 52 0 37 E6 61 17
Octal 2 25 164 142 122 0 67 346 141 27
Binary 10 10101 1110100 1100010 1010010 0 110111 11100110 1100001 10111

Color Harmonies of #021574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021574

Black with #021574

Text Example


Text Example

White with #021574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021574; }

 p { color: rgb(2,21,116); }

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

background-color css

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

 a { background-color: rgb(2,21,116); }

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

border-color css

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

 span { border-color: rgb(2,21,116); }

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