Html Css Color HEX #012460 Sapphire

📋 copy color: '#012460'

red 1 ◦ green 36 ◦ blue 96

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

Shades of Sapphire #012460

Tints of Sapphire #012460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.07%

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

R = 0.75%
G = 27.07%
B = 72.18%

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

#012460 (or 0x012460) is known color: Sapphire. HEX triplet: 01, 24 and 60. RGB value is (1,36,96). Sum of RGB (Red+Green+Blue) = 1+36+96=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 96 (37.89% from 255 or 72.18% from 133); Max value from RGB is 96 - color contains mainly: blue. Hex color #012460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012460 is #FEDB9F. Grayscale: #202020. Windows color (decimal): -16702368 or 6300673. OLE color: 6300673.

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

Color convert

RGB 1 36 96 -
CMYK 0.99 0.62 0 0.62
HSL 217.89º 0.98% 0.19% -
HSV(B) 217.89º 0.99% 0.38% -
XYZ 2.75 2.11 11.33 -
YUV 32.38 163.9 105.62 -
System Red Green Blue C M Y K H S L
Decimal 1 36 96 0.99 0.62 0 0.62 217.89 0.98 0.19
Hex 1 24 60 63 3E 0 3E DA 62 13
Octal 1 44 140 143 76 0 76 332 142 23
Binary 1 100100 1100000 1100011 111110 0 111110 11011010 1100010 10011

Color Harmonies of #012460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012460

Black with #012460

Text Example


Text Example

White with #012460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012460; }

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

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

background-color css

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

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

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

border-color css

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

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

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