Html Css Color HEX #0E2050 Sapphire

📋 copy color: '#0E2050'

red 14 ◦ green 32 ◦ blue 80

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

Shades of Sapphire #0E2050

Tints of Sapphire #0E2050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 63.49%

R = 11.11%
G = 25.4%
B = 63.49%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0E2050 (or 0x0E2050) is known color: Sapphire. HEX triplet: 0E, 20 and 50. RGB value is (14,32,80). Sum of RGB (Red+Green+Blue) = 14+32+80=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 80 (31.64% from 255 or 63.49% from 126); Max value from RGB is 80 - color contains mainly: blue. Hex color #0E2050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2050 is #F1DFAF. Grayscale: #1F1F1F. Windows color (decimal): -15851440 or 5251086. OLE color: 5251086.

HSL color Cylindrical-coordinate representation of color #0E2050: hue angle of 223.64º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E2050 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 14 32 80 -
CMYK 0.83 0.60 0 0.69
HSL 223.64º 0.7% 0.18% -
HSV(B) 223.64º 0.83% 0.31% -
XYZ 2.15 1.71 7.81 -
YUV 32.09 155.04 115.1 -
System Red Green Blue C M Y K H S L
Decimal 14 32 80 0.83 0.60 0 0.69 223.64 0.7 0.18
Hex E 20 50 53 3C 0 45 E0 46 12
Octal 16 40 120 123 74 0 105 340 106 22
Binary 1110 100000 1010000 1010011 111100 0 1000101 11100000 1000110 10010

Color Harmonies of #0E2050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2050

Black with #0E2050

Text Example


Text Example

White with #0E2050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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