Html Css Color HEX #011963 Sapphire

📋 copy color: '#011963'

red 1 ◦ green 25 ◦ blue 99

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

Shades of Sapphire #011963

Tints of Sapphire #011963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20%

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

R = 0.8%
G = 20%
B = 79.2%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#011963 (or 0x011963) is known color: Sapphire. HEX triplet: 01, 19 and 63. RGB value is (1,25,99). Sum of RGB (Red+Green+Blue) = 1+25+99=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 99 (39.06% from 255 or 79.2% from 125); Max value from RGB is 99 - color contains mainly: blue. Hex color #011963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011963 is #FEE69C. Grayscale: #191919. Windows color (decimal): -16705181 or 6494465. OLE color: 6494465.

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

Color convert

RGB 1 25 99 -
CMYK 0.99 0.75 0 0.61
HSL 225.31º 0.98% 0.2% -
HSV(B) 225.31º 0.99% 0.39% -
XYZ 2.61 1.6 11.98 -
YUV 26.26 169.05 109.98 -
System Red Green Blue C M Y K H S L
Decimal 1 25 99 0.99 0.75 0 0.61 225.31 0.98 0.2
Hex 1 19 63 63 4B 0 3D E1 62 14
Octal 1 31 143 143 113 0 75 341 142 24
Binary 1 11001 1100011 1100011 1001011 0 111101 11100001 1100010 10100

Color Harmonies of #011963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011963

Black with #011963

Text Example


Text Example

White with #011963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011963; }

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

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

background-color css

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

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

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

border-color css

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

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

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