Html Css Color HEX #012559 Sapphire

📋 copy color: '#012559'

red 1 ◦ green 37 ◦ blue 89

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

Shades of Sapphire #012559

Tints of Sapphire #012559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.13%

 BLUE value IS 89 (35.16% from 255) = 70.08%

R = 0.79%
G = 29.13%
B = 70.08%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#012559 (or 0x012559) is known color: Sapphire. HEX triplet: 01, 25 and 59. RGB value is (1,37,89). Sum of RGB (Red+Green+Blue) = 1+37+89=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 89 (35.16% from 255 or 70.08% from 127); Max value from RGB is 89 - color contains mainly: blue. Hex color #012559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012559 is #FEDAA6. Grayscale: #1F1F1F. Windows color (decimal): -16702119 or 5842177. OLE color: 5842177.

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

Color convert

RGB 1 37 89 -
CMYK 0.99 0.58 0 0.65
HSL 215.45º 0.98% 0.18% -
HSV(B) 215.45º 0.99% 0.35% -
XYZ 2.48 2.05 9.72 -
YUV 32.16 160.07 105.77 -
System Red Green Blue C M Y K H S L
Decimal 1 37 89 0.99 0.58 0 0.65 215.45 0.98 0.18
Hex 1 25 59 63 3A 0 41 D7 62 12
Octal 1 45 131 143 72 0 101 327 142 22
Binary 1 100101 1011001 1100011 111010 0 1000001 11010111 1100010 10010

Color Harmonies of #012559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012559

Black with #012559

Text Example


Text Example

White with #012559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012559; }

 p { color: rgb(1,37,89); }

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

background-color css

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

 a { background-color: rgb(1,37,89); }

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

border-color css

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

 span { border-color: rgb(1,37,89); }

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