Html Css Color HEX #0E0C49 Paua

📋 copy color: '#0E0C49'

red 14 ◦ green 12 ◦ blue 73

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

Shades of Paua #0E0C49

Tints of Paua #0E0C49

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.12%

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

R = 14.14%
G = 12.12%
B = 73.74%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0E0C49 (or 0x0E0C49) is known color: Paua. HEX triplet: 0E, 0C and 49. RGB value is (14,12,73). Sum of RGB (Red+Green+Blue) = 14+12+73=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 73 (28.91% from 255 or 73.74% from 99); Max value from RGB is 73 - color contains mainly: blue. Hex color #0E0C49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0C49 is #F1F3B6. Grayscale: #131313. Windows color (decimal): -15856567 or 4787214. OLE color: 4787214.

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

Color convert

RGB 14 12 73 -
CMYK 0.81 0.84 0 0.71
HSL 241.97º 0.72% 0.17% -
HSV(B) 241.97º 0.84% 0.29% -
XYZ 1.52 0.84 6.39 -
YUV 19.55 158.16 124.04 -
System Red Green Blue C M Y K H S L
Decimal 14 12 73 0.81 0.84 0 0.71 241.97 0.72 0.17
Hex E C 49 51 54 0 47 F2 48 11
Octal 16 14 111 121 124 0 107 362 110 21
Binary 1110 1100 1001001 1010001 1010100 0 1000111 11110010 1001000 10001

Color Harmonies of #0E0C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0C49

Black with #0E0C49

Text Example


Text Example

White with #0E0C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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