Html Css Color HEX #010E63 Sapphire

📋 copy color: '#010E63'

red 1 ◦ green 14 ◦ blue 99

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

Shades of Sapphire #010E63

Tints of Sapphire #010E63

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.28%

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

R = 0.88%
G = 12.28%
B = 86.84%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#010E63 (or 0x010E63) is known color: Sapphire. HEX triplet: 01, 0E and 63. RGB value is (1,14,99). Sum of RGB (Red+Green+Blue) = 1+14+99=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 14 (5.86% from 255 or 12.28% from 114); Blue value is 99 (39.06% from 255 or 86.84% from 114); Max value from RGB is 99 - color contains mainly: blue. Hex color #010E63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E63 is #FEF19C. Grayscale: #131313. Windows color (decimal): -16707997 or 6491649. OLE color: 6491649.

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

Color convert

RGB 1 14 99 -
CMYK 0.99 0.86 0 0.61
HSL 232.04º 0.98% 0.2% -
HSV(B) 232.04º 0.99% 0.39% -
XYZ 2.42 1.22 11.91 -
YUV 19.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 1 14 99 0.99 0.86 0 0.61 232.04 0.98 0.2
Hex 1 E 63 63 56 0 3D E8 62 14
Octal 1 16 143 143 126 0 75 350 142 24
Binary 1 1110 1100011 1100011 1010110 0 111101 11101000 1100010 10100

Color Harmonies of #010E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E63

Black with #010E63

Text Example


Text Example

White with #010E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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