Html Css Color HEX #011259 Sapphire

📋 copy color: '#011259'

red 1 ◦ green 18 ◦ blue 89

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

Shades of Sapphire #011259

Tints of Sapphire #011259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.67%

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

R = 0.93%
G = 16.67%
B = 82.41%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#011259 (or 0x011259) is known color: Sapphire. HEX triplet: 01, 12 and 59. RGB value is (1,18,89). Sum of RGB (Red+Green+Blue) = 1+18+89=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 89 (35.16% from 255 or 82.41% from 108); Max value from RGB is 89 - color contains mainly: blue. Hex color #011259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011259 is #FEEDA6. Grayscale: #141414. Windows color (decimal): -16706983 or 5837313. OLE color: 5837313.

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

Color convert

RGB 1 18 89 -
CMYK 0.99 0.80 0 0.65
HSL 228.41º 0.98% 0.18% -
HSV(B) 228.41º 0.99% 0.35% -
XYZ 2.03 1.16 9.57 -
YUV 21.01 166.37 113.73 -
System Red Green Blue C M Y K H S L
Decimal 1 18 89 0.99 0.80 0 0.65 228.41 0.98 0.18
Hex 1 12 59 63 50 0 41 E4 62 12
Octal 1 22 131 143 120 0 101 344 142 22
Binary 1 10010 1011001 1100011 1010000 0 1000001 11100100 1100010 10010

Color Harmonies of #011259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011259

Black with #011259

Text Example


Text Example

White with #011259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011259; }

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

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

background-color css

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

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

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

border-color css

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

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

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