Html Css Color HEX #012563 Sapphire

📋 copy color: '#012563'

red 1 ◦ green 37 ◦ blue 99

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

Shades of Sapphire #012563

Tints of Sapphire #012563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 72.26%

R = 0.73%
G = 27.01%
B = 72.26%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#012563 (or 0x012563) is known color: Sapphire. HEX triplet: 01, 25 and 63. RGB value is (1,37,99). Sum of RGB (Red+Green+Blue) = 1+37+99=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 99 (39.06% from 255 or 72.26% from 137); Max value from RGB is 99 - color contains mainly: blue. Hex color #012563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012563 is #FEDA9C. Grayscale: #212121. Windows color (decimal): -16702109 or 6497537. OLE color: 6497537.

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

Color convert

RGB 1 37 99 -
CMYK 0.99 0.63 0 0.61
HSL 217.96º 0.98% 0.2% -
HSV(B) 217.96º 0.99% 0.39% -
XYZ 2.93 2.23 12.08 -
YUV 33.3 165.07 104.96 -
System Red Green Blue C M Y K H S L
Decimal 1 37 99 0.99 0.63 0 0.61 217.96 0.98 0.2
Hex 1 25 63 63 3F 0 3D DA 62 14
Octal 1 45 143 143 77 0 75 332 142 24
Binary 1 100101 1100011 1100011 111111 0 111101 11011010 1100010 10100

Color Harmonies of #012563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012563

Black with #012563

Text Example


Text Example

White with #012563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012563; }

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

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

background-color css

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

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

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

border-color css

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

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

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