Html Css Color HEX #010E48 Sapphire

📋 copy color: '#010E48'

red 1 ◦ green 14 ◦ blue 72

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

Shades of Sapphire #010E48

Tints of Sapphire #010E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 82.76%

R = 1.15%
G = 16.09%
B = 82.76%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#010E48 (or 0x010E48) is known color: Sapphire. HEX triplet: 01, 0E and 48. RGB value is (1,14,72). Sum of RGB (Red+Green+Blue) = 1+14+72=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 72 (28.52% from 255 or 82.76% from 87); Max value from RGB is 72 - color contains mainly: blue. Hex color #010E48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E48 is #FEF1B7. Grayscale: #101010. Windows color (decimal): -16708024 or 4722177. OLE color: 4722177.

HSL color Cylindrical-coordinate representation of color #010E48: hue angle of 229.01º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E48 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 14 72 -
CMYK 0.99 0.81 0 0.72
HSL 229.01º 0.97% 0.14% -
HSV(B) 229.01º 0.99% 0.28% -
XYZ 1.34 0.79 6.21 -
YUV 16.73 159.19 116.78 -
System Red Green Blue C M Y K H S L
Decimal 1 14 72 0.99 0.81 0 0.72 229.01 0.97 0.14
Hex 1 E 48 63 51 0 48 E5 61 E
Octal 1 16 110 143 121 0 110 345 141 16
Binary 1 1110 1001000 1100011 1010001 0 1001000 11100101 1100001 1110

Color Harmonies of #010E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E48

Black with #010E48

Text Example


Text Example

White with #010E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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