Html Css Color HEX #021F74 Sapphire

📋 copy color: '#021F74'

red 2 ◦ green 31 ◦ blue 116

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

Shades of Sapphire #021F74

Tints of Sapphire #021F74

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.81%

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

R = 1.34%
G = 20.81%
B = 77.85%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#021F74 (or 0x021F74) is known color: Sapphire. HEX triplet: 02, 1F and 74. RGB value is (2,31,116). Sum of RGB (Red+Green+Blue) = 2+31+116=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 116 (45.70% from 255 or 77.85% from 149); Max value from RGB is 116 - color contains mainly: blue. Hex color #021F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021F74 is #FDE08B. Grayscale: #1F1F1F. Windows color (decimal): -16638092 or 7610114. OLE color: 7610114.

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

Color convert

RGB 2 31 116 -
CMYK 0.98 0.73 0 0.55
HSL 224.74º 0.97% 0.23% -
HSV(B) 224.74º 0.98% 0.45% -
XYZ 3.67 2.25 16.76 -
YUV 32.02 175.39 106.59 -
System Red Green Blue C M Y K H S L
Decimal 2 31 116 0.98 0.73 0 0.55 224.74 0.97 0.23
Hex 2 1F 74 62 49 0 37 E1 61 17
Octal 2 37 164 142 111 0 67 341 141 27
Binary 10 11111 1110100 1100010 1001001 0 110111 11100001 1100001 10111

Color Harmonies of #021F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021F74

Black with #021F74

Text Example


Text Example

White with #021F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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