Html Css Color HEX #012874 Sapphire

📋 copy color: '#012874'

red 1 ◦ green 40 ◦ blue 116

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

Shades of Sapphire #012874

Tints of Sapphire #012874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.48%

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

R = 0.64%
G = 25.48%
B = 73.89%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#012874 (or 0x012874) is known color: Sapphire. HEX triplet: 01, 28 and 74. RGB value is (1,40,116). Sum of RGB (Red+Green+Blue) = 1+40+116=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 116 (45.70% from 255 or 73.89% from 157); Max value from RGB is 116 - color contains mainly: blue. Hex color #012874 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012874 is #FED78B. Grayscale: #242424. Windows color (decimal): -16701324 or 7612417. OLE color: 7612417.

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

Color convert

RGB 1 40 116 -
CMYK 0.99 0.66 0 0.55
HSL 219.65º 0.98% 0.23% -
HSV(B) 219.65º 0.99% 0.45% -
XYZ 3.92 2.78 16.85 -
YUV 37 172.58 102.32 -
System Red Green Blue C M Y K H S L
Decimal 1 40 116 0.99 0.66 0 0.55 219.65 0.98 0.23
Hex 1 28 74 63 42 0 37 DC 62 17
Octal 1 50 164 143 102 0 67 334 142 27
Binary 1 101000 1110100 1100011 1000010 0 110111 11011100 1100010 10111

Color Harmonies of #012874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012874

Black with #012874

Text Example


Text Example

White with #012874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012874; }

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

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

background-color css

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

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

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

border-color css

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

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

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