Html Css Color HEX #0E1656 Sapphire

📋 copy color: '#0E1656'

red 14 ◦ green 22 ◦ blue 86

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

Shades of Sapphire #0E1656

Tints of Sapphire #0E1656

RGB

 RED value IS 14 (5.86% from 255) = 11.48%

 GREEN value IS 22 (8.98% from 255) = 18.03%

 BLUE value IS 86 (33.98% from 255) = 70.49%

R = 11.48%
G = 18.03%
B = 70.49%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0E1656 (or 0x0E1656) is known color: Sapphire. HEX triplet: 0E, 16 and 56. RGB value is (14,22,86). Sum of RGB (Red+Green+Blue) = 14+22+86=122 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.48% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 86 (33.98% from 255 or 70.49% from 122); Max value from RGB is 86 - color contains mainly: blue. Hex color #0E1656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1656 is #F1E9A9. Grayscale: #1A1A1A. Windows color (decimal): -15853994 or 5641742. OLE color: 5641742.

HSL color Cylindrical-coordinate representation of color #0E1656: hue angle of 233.33º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E1656 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 14 22 86 -
CMYK 0.84 0.74 0 0.66
HSL 233.33º 0.72% 0.2% -
HSV(B) 233.33º 0.84% 0.34% -
XYZ 2.15 1.34 8.95 -
YUV 26.9 161.35 118.8 -
System Red Green Blue C M Y K H S L
Decimal 14 22 86 0.84 0.74 0 0.66 233.33 0.72 0.2
Hex E 16 56 54 4A 0 42 E9 48 14
Octal 16 26 126 124 112 0 102 351 110 24
Binary 1110 10110 1010110 1010100 1001010 0 1000010 11101001 1001000 10100

Color Harmonies of #0E1656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1656

Black with #0E1656

Text Example


Text Example

White with #0E1656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E1656; }

 p { color: rgb(14,22,86); }

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

background-color css

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

 a { background-color: rgb(14,22,86); }

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

border-color css

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

 span { border-color: rgb(14,22,86); }

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