Html Css Color HEX #012974 Sapphire

📋 copy color: '#012974'

red 1 ◦ green 41 ◦ blue 116

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

Shades of Sapphire #012974

Tints of Sapphire #012974

RGB

 RED value IS 1 (0.78% from 255) = 0.63%

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

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

R = 0.63%
G = 25.95%
B = 73.42%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#012974 (or 0x012974) is known color: Sapphire. HEX triplet: 01, 29 and 74. RGB value is (1,41,116). Sum of RGB (Red+Green+Blue) = 1+41+116=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 116 (45.70% from 255 or 73.42% from 158); Max value from RGB is 116 - color contains mainly: blue. Hex color #012974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012974 is #FED68B. Grayscale: #252525. Windows color (decimal): -16701068 or 7612673. OLE color: 7612673.

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

Color convert

RGB 1 41 116 -
CMYK 0.99 0.65 0 0.55
HSL 219.13º 0.98% 0.23% -
HSV(B) 219.13º 0.99% 0.45% -
XYZ 3.96 2.85 16.87 -
YUV 37.59 172.25 101.9 -
System Red Green Blue C M Y K H S L
Decimal 1 41 116 0.99 0.65 0 0.55 219.13 0.98 0.23
Hex 1 29 74 63 41 0 37 DB 62 17
Octal 1 51 164 143 101 0 67 333 142 27
Binary 1 101001 1110100 1100011 1000001 0 110111 11011011 1100010 10111

Color Harmonies of #012974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012974

Black with #012974

Text Example


Text Example

White with #012974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012974; }

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

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

background-color css

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

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

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

border-color css

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

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

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