Html Css Color HEX #0E2051 Sapphire

📋 copy color: '#0E2051'

red 14 ◦ green 32 ◦ blue 81

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

Shades of Sapphire #0E2051

Tints of Sapphire #0E2051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.2%

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

R = 11.02%
G = 25.2%
B = 63.78%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0E2051 (or 0x0E2051) is known color: Sapphire. HEX triplet: 0E, 20 and 51. RGB value is (14,32,81). Sum of RGB (Red+Green+Blue) = 14+32+81=127 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.02% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 81 (32.03% from 255 or 63.78% from 127); Max value from RGB is 81 - color contains mainly: blue. Hex color #0E2051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2051 is #F1DFAE. Grayscale: #1F1F1F. Windows color (decimal): -15851439 or 5316622. OLE color: 5316622.

HSL color Cylindrical-coordinate representation of color #0E2051: hue angle of 223.88º 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 #0E2051 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 14 32 81 -
CMYK 0.83 0.60 0 0.68
HSL 223.88º 0.71% 0.19% -
HSV(B) 223.88º 0.83% 0.32% -
XYZ 2.18 1.72 8 -
YUV 32.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 14 32 81 0.83 0.60 0 0.68 223.88 0.71 0.19
Hex E 20 51 53 3C 0 44 E0 47 13
Octal 16 40 121 123 74 0 104 340 107 23
Binary 1110 100000 1010001 1010011 111100 0 1000100 11100000 1000111 10011

Color Harmonies of #0E2051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2051

Black with #0E2051

Text Example


Text Example

White with #0E2051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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