Html Css Color HEX #012562 Sapphire

📋 copy color: '#012562'

red 1 ◦ green 37 ◦ blue 98

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

Shades of Sapphire #012562

Tints of Sapphire #012562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 72.06%

R = 0.74%
G = 27.21%
B = 72.06%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#012562 (or 0x012562) is known color: Sapphire. HEX triplet: 01, 25 and 62. RGB value is (1,37,98). Sum of RGB (Red+Green+Blue) = 1+37+98=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 98 (38.67% from 255 or 72.06% from 136); Max value from RGB is 98 - color contains mainly: blue. Hex color #012562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012562 is #FEDA9D. Grayscale: #202020. Windows color (decimal): -16702110 or 6432001. OLE color: 6432001.

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

Color convert

RGB 1 37 98 -
CMYK 0.99 0.62 0 0.62
HSL 217.73º 0.98% 0.19% -
HSV(B) 217.73º 0.99% 0.38% -
XYZ 2.88 2.21 11.83 -
YUV 33.19 164.57 105.04 -
System Red Green Blue C M Y K H S L
Decimal 1 37 98 0.99 0.62 0 0.62 217.73 0.98 0.19
Hex 1 25 62 63 3E 0 3E DA 62 13
Octal 1 45 142 143 76 0 76 332 142 23
Binary 1 100101 1100010 1100011 111110 0 111110 11011010 1100010 10011

Color Harmonies of #012562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012562

Black with #012562

Text Example


Text Example

White with #012562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012562; }

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

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

background-color css

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

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

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

border-color css

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

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

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