Html Css Color HEX #0E1951 Sapphire

📋 copy color: '#0E1951'

red 14 ◦ green 25 ◦ blue 81

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

Shades of Sapphire #0E1951

Tints of Sapphire #0E1951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.83%

 BLUE value IS 81 (32.03% from 255) = 67.5%

R = 11.67%
G = 20.83%
B = 67.5%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0E1951 (or 0x0E1951) is known color: Sapphire. HEX triplet: 0E, 19 and 51. RGB value is (14,25,81). Sum of RGB (Red+Green+Blue) = 14+25+81=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 81 (32.03% from 255 or 67.5% from 120); Max value from RGB is 81 - color contains mainly: blue. Hex color #0E1951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1951 is #F1E6AE. Grayscale: #1B1B1B. Windows color (decimal): -15853231 or 5314830. OLE color: 5314830.

HSL color Cylindrical-coordinate representation of color #0E1951: hue angle of 230.15º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E1951 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 14 25 81 -
CMYK 0.83 0.69 0 0.68
HSL 230.15º 0.71% 0.19% -
HSV(B) 230.15º 0.83% 0.32% -
XYZ 2.01 1.38 7.95 -
YUV 28.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 14 25 81 0.83 0.69 0 0.68 230.15 0.71 0.19
Hex E 19 51 53 45 0 44 E6 47 13
Octal 16 31 121 123 105 0 104 346 107 23
Binary 1110 11001 1010001 1010011 1000101 0 1000100 11100110 1000111 10011

Color Harmonies of #0E1951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1951

Black with #0E1951

Text Example


Text Example

White with #0E1951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,25,81); }

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

background-color css

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

 a { background-color: rgb(14,25,81); }

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

border-color css

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

 span { border-color: rgb(14,25,81); }

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