Html Css Color HEX #000E48 Sapphire

📋 copy color: '#000E48'

red 0 ◦ green 14 ◦ blue 72

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

Shades of Sapphire #000E48

Tints of Sapphire #000E48

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 16.28%
B = 83.72%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#000E48 (or 0x000E48) is known color: Sapphire. HEX triplet: 00, 0E and 48. RGB value is (0,14,72). Sum of RGB (Red+Green+Blue) = 0+14+72=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 72 (28.52% from 255 or 83.72% from 86); Max value from RGB is 72 - color contains mainly: blue. Hex color #000E48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E48 is #FFF1B7. Grayscale: #101010. Windows color (decimal): -16773560 or 4722176. OLE color: 4722176.

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

Color convert

RGB 0 14 72 -
CMYK 1 0.81 0 0.72
HSL 228.33º 1% 0.14% -
HSV(B) 228.33º 1% 0.28% -
XYZ 1.33 0.78 6.21 -
YUV 16.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 0 14 72 1 0.81 0 0.72 228.33 1 0.14
Hex 0 E 48 64 51 0 48 E4 64 E
Octal 0 16 110 144 121 0 110 344 144 16
Binary 0 1110 1001000 1100100 1010001 0 1001000 11100100 1100100 1110

Color Harmonies of #000E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E48

Black with #000E48

Text Example


Text Example

White with #000E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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