Html Css Color HEX #022974 Sapphire

📋 copy color: '#022974'

red 2 ◦ green 41 ◦ blue 116

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

Shades of Sapphire #022974

Tints of Sapphire #022974

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.79%

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

R = 1.26%
G = 25.79%
B = 72.96%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#022974 (or 0x022974) is known color: Sapphire. HEX triplet: 02, 29 and 74. RGB value is (2,41,116). Sum of RGB (Red+Green+Blue) = 2+41+116=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 116 (45.70% from 255 or 72.96% from 159); Max value from RGB is 116 - color contains mainly: blue. Hex color #022974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022974 is #FDD68B. Grayscale: #252525. Windows color (decimal): -16635532 or 7612674. OLE color: 7612674.

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

Color convert

RGB 2 41 116 -
CMYK 0.98 0.65 0 0.55
HSL 219.47º 0.97% 0.23% -
HSV(B) 219.47º 0.98% 0.45% -
XYZ 3.97 2.86 16.87 -
YUV 37.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 2 41 116 0.98 0.65 0 0.55 219.47 0.97 0.23
Hex 2 29 74 62 41 0 37 DB 61 17
Octal 2 51 164 142 101 0 67 333 141 27
Binary 10 101001 1110100 1100010 1000001 0 110111 11011011 1100001 10111

Color Harmonies of #022974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022974

Black with #022974

Text Example


Text Example

White with #022974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022974; }

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

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

background-color css

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

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

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

border-color css

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

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

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