Html Css Color HEX #011363 Sapphire

📋 copy color: '#011363'

red 1 ◦ green 19 ◦ blue 99

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

Shades of Sapphire #011363

Tints of Sapphire #011363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.97%

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

R = 0.84%
G = 15.97%
B = 83.19%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#011363 (or 0x011363) is known color: Sapphire. HEX triplet: 01, 13 and 63. RGB value is (1,19,99). Sum of RGB (Red+Green+Blue) = 1+19+99=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 99 (39.06% from 255 or 83.19% from 119); Max value from RGB is 99 - color contains mainly: blue. Hex color #011363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011363 is #FEEC9C. Grayscale: #161616. Windows color (decimal): -16706717 or 6492929. OLE color: 6492929.

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

Color convert

RGB 1 19 99 -
CMYK 0.99 0.81 0 0.61
HSL 228.98º 0.98% 0.2% -
HSV(B) 228.98º 0.99% 0.39% -
XYZ 2.5 1.37 11.94 -
YUV 22.74 171.04 112.5 -
System Red Green Blue C M Y K H S L
Decimal 1 19 99 0.99 0.81 0 0.61 228.98 0.98 0.2
Hex 1 13 63 63 51 0 3D E5 62 14
Octal 1 23 143 143 121 0 75 345 142 24
Binary 1 10011 1100011 1100011 1010001 0 111101 11100101 1100010 10100

Color Harmonies of #011363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011363

Black with #011363

Text Example


Text Example

White with #011363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011363; }

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

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

background-color css

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

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

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

border-color css

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

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

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