Html Css Color HEX #0E0D49 Paua

📋 copy color: '#0E0D49'

red 14 ◦ green 13 ◦ blue 73

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

Shades of Paua #0E0D49

Tints of Paua #0E0D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13%

 BLUE value IS 73 (28.91% from 255) = 73%

R = 14%
G = 13%
B = 73%

CMYK

 C value IS 0.81

 M value IS 0.82

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0E0D49 (or 0x0E0D49) is known color: Paua. HEX triplet: 0E, 0D and 49. RGB value is (14,13,73). Sum of RGB (Red+Green+Blue) = 14+13+73=100 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 73 (28.91% from 255 or 73% from 100); Max value from RGB is 73 - color contains mainly: blue. Hex color #0E0D49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0D49 is #F1F2B6. Grayscale: #131313. Windows color (decimal): -15856311 or 4787470. OLE color: 4787470.

HSL color Cylindrical-coordinate representation of color #0E0D49: hue angle of 241º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E0D49 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 14 13 73 -
CMYK 0.81 0.82 0 0.71
HSL 241º 0.7% 0.17% -
HSV(B) 241º 0.82% 0.29% -
XYZ 1.53 0.86 6.39 -
YUV 20.14 157.83 123.62 -
System Red Green Blue C M Y K H S L
Decimal 14 13 73 0.81 0.82 0 0.71 241 0.7 0.17
Hex E D 49 51 52 0 47 F1 46 11
Octal 16 15 111 121 122 0 107 361 106 21
Binary 1110 1101 1001001 1010001 1010010 0 1000111 11110001 1000110 10001

Color Harmonies of #0E0D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0D49

Black with #0E0D49

Text Example


Text Example

White with #0E0D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,13,73); }

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

background-color css

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

 a { background-color: rgb(14,13,73); }

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

border-color css

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

 span { border-color: rgb(14,13,73); }

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