Html Css Color HEX #012975 Sapphire

📋 copy color: '#012975'

red 1 ◦ green 41 ◦ blue 117

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

Shades of Sapphire #012975

Tints of Sapphire #012975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 73.58%

R = 0.63%
G = 25.79%
B = 73.58%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#012975 (or 0x012975) is known color: Sapphire. HEX triplet: 01, 29 and 75. RGB value is (1,41,117). Sum of RGB (Red+Green+Blue) = 1+41+117=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 117 (46.09% from 255 or 73.58% from 159); Max value from RGB is 117 - color contains mainly: blue. Hex color #012975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012975 is #FED68A. Grayscale: #252525. Windows color (decimal): -16701067 or 7678209. OLE color: 7678209.

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

Color convert

RGB 1 41 117 -
CMYK 0.99 0.65 0 0.54
HSL 219.31º 0.98% 0.23% -
HSV(B) 219.31º 0.99% 0.46% -
XYZ 4.02 2.88 17.17 -
YUV 37.7 172.75 101.82 -
System Red Green Blue C M Y K H S L
Decimal 1 41 117 0.99 0.65 0 0.54 219.31 0.98 0.23
Hex 1 29 75 63 41 0 36 DB 62 17
Octal 1 51 165 143 101 0 66 333 142 27
Binary 1 101001 1110101 1100011 1000001 0 110110 11011011 1100010 10111

Color Harmonies of #012975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012975

Black with #012975

Text Example


Text Example

White with #012975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012975; }

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

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

background-color css

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

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

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

border-color css

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

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

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