Html Css Color HEX #021474 Sapphire

📋 copy color: '#021474'

red 2 ◦ green 20 ◦ blue 116

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

Shades of Sapphire #021474

Tints of Sapphire #021474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.49%

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

R = 1.45%
G = 14.49%
B = 84.06%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#021474 (or 0x021474) is known color: Sapphire. HEX triplet: 02, 14 and 74. RGB value is (2,20,116). Sum of RGB (Red+Green+Blue) = 2+20+116=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 116 (45.70% from 255 or 84.06% from 138); Max value from RGB is 116 - color contains mainly: blue. Hex color #021474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021474 is #FDEB8B. Grayscale: #191919. Windows color (decimal): -16640908 or 7607298. OLE color: 7607298.

HSL color Cylindrical-coordinate representation of color #021474: hue angle of 230.53º 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 #021474 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 20 116 -
CMYK 0.98 0.83 0 0.55
HSL 230.53º 0.97% 0.23% -
HSV(B) 230.53º 0.98% 0.45% -
XYZ 3.43 1.77 16.68 -
YUV 25.56 179.04 111.19 -
System Red Green Blue C M Y K H S L
Decimal 2 20 116 0.98 0.83 0 0.55 230.53 0.97 0.23
Hex 2 14 74 62 53 0 37 E7 61 17
Octal 2 24 164 142 123 0 67 347 141 27
Binary 10 10100 1110100 1100010 1010011 0 110111 11100111 1100001 10111

Color Harmonies of #021474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021474

Black with #021474

Text Example


Text Example

White with #021474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021474; }

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

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

background-color css

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

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

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

border-color css

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

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

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