Html Css Color HEX #010E54 Sapphire

📋 copy color: '#010E54'

red 1 ◦ green 14 ◦ blue 84

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

Shades of Sapphire #010E54

Tints of Sapphire #010E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 84.85%

R = 1.01%
G = 14.14%
B = 84.85%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#010E54 (or 0x010E54) is known color: Sapphire. HEX triplet: 01, 0E and 54. RGB value is (1,14,84). Sum of RGB (Red+Green+Blue) = 1+14+84=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 84 (33.20% from 255 or 84.85% from 99); Max value from RGB is 84 - color contains mainly: blue. Hex color #010E54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E54 is #FEF1AB. Grayscale: #111111. Windows color (decimal): -16708012 or 5508609. OLE color: 5508609.

HSL color Cylindrical-coordinate representation of color #010E54: hue angle of 230.6º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E54 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 14 84 -
CMYK 0.99 0.83 0 0.67
HSL 230.6º 0.98% 0.17% -
HSV(B) 230.6º 0.99% 0.33% -
XYZ 1.77 0.96 8.48 -
YUV 18.09 165.19 115.81 -
System Red Green Blue C M Y K H S L
Decimal 1 14 84 0.99 0.83 0 0.67 230.6 0.98 0.17
Hex 1 E 54 63 53 0 43 E7 62 11
Octal 1 16 124 143 123 0 103 347 142 21
Binary 1 1110 1010100 1100011 1010011 0 1000011 11100111 1100010 10001

Color Harmonies of #010E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E54

Black with #010E54

Text Example


Text Example

White with #010E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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