Html Css Color HEX #012560 Sapphire

📋 copy color: '#012560'

red 1 ◦ green 37 ◦ blue 96

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

Shades of Sapphire #012560

Tints of Sapphire #012560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 71.64%

R = 0.75%
G = 27.61%
B = 71.64%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#012560 (or 0x012560) is known color: Sapphire. HEX triplet: 01, 25 and 60. RGB value is (1,37,96). Sum of RGB (Red+Green+Blue) = 1+37+96=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #012560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012560 is #FEDA9F. Grayscale: #202020. Windows color (decimal): -16702112 or 6300929. OLE color: 6300929.

HSL color Cylindrical-coordinate representation of color #012560: hue angle of 217.26º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012560 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 37 96 -
CMYK 0.99 0.61 0 0.62
HSL 217.26º 0.98% 0.19% -
HSV(B) 217.26º 0.99% 0.38% -
XYZ 2.79 2.17 11.34 -
YUV 32.96 163.57 105.2 -
System Red Green Blue C M Y K H S L
Decimal 1 37 96 0.99 0.61 0 0.62 217.26 0.98 0.19
Hex 1 25 60 63 3D 0 3E D9 62 13
Octal 1 45 140 143 75 0 76 331 142 23
Binary 1 100101 1100000 1100011 111101 0 111110 11011001 1100010 10011

Color Harmonies of #012560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012560

Black with #012560

Text Example


Text Example

White with #012560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012560; }

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

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

background-color css

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

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

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

border-color css

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

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

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