Html Css Color HEX #011261 Sapphire

📋 copy color: '#011261'

red 1 ◦ green 18 ◦ blue 97

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

Shades of Sapphire #011261

Tints of Sapphire #011261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 83.62%

R = 0.86%
G = 15.52%
B = 83.62%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#011261 (or 0x011261) is known color: Sapphire. HEX triplet: 01, 12 and 61. RGB value is (1,18,97). Sum of RGB (Red+Green+Blue) = 1+18+97=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 97 (38.28% from 255 or 83.62% from 116); Max value from RGB is 97 - color contains mainly: blue. Hex color #011261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011261 is #FEED9E. Grayscale: #151515. Windows color (decimal): -16706975 or 6361601. OLE color: 6361601.

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

Color convert

RGB 1 18 97 -
CMYK 0.99 0.81 0 0.62
HSL 229.38º 0.98% 0.19% -
HSV(B) 229.38º 0.99% 0.38% -
XYZ 2.39 1.3 11.43 -
YUV 21.92 170.37 113.08 -
System Red Green Blue C M Y K H S L
Decimal 1 18 97 0.99 0.81 0 0.62 229.38 0.98 0.19
Hex 1 12 61 63 51 0 3E E5 62 13
Octal 1 22 141 143 121 0 76 345 142 23
Binary 1 10010 1100001 1100011 1010001 0 111110 11100101 1100010 10011

Color Harmonies of #011261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011261

Black with #011261

Text Example


Text Example

White with #011261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011261; }

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

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

background-color css

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

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

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

border-color css

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

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

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