Html Css Color HEX #0E0949 Paua

📋 copy color: '#0E0949'

red 14 ◦ green 9 ◦ blue 73

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

Shades of Paua #0E0949

Tints of Paua #0E0949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.38%

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

R = 14.58%
G = 9.38%
B = 76.04%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0E0949 (or 0x0E0949) is known color: Paua. HEX triplet: 0E, 09 and 49. RGB value is (14,9,73). Sum of RGB (Red+Green+Blue) = 14+9+73=96 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.58% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 73 (28.91% from 255 or 76.04% from 96); Max value from RGB is 73 - color contains mainly: blue. Hex color #0E0949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0949 is #F1F6B6. Grayscale: #111111. Windows color (decimal): -15857335 or 4786446. OLE color: 4786446.

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

Color convert

RGB 14 9 73 -
CMYK 0.81 0.88 0 0.71
HSL 244.69º 0.78% 0.16% -
HSV(B) 244.69º 0.88% 0.29% -
XYZ 1.48 0.77 6.37 -
YUV 17.79 159.16 125.3 -
System Red Green Blue C M Y K H S L
Decimal 14 9 73 0.81 0.88 0 0.71 244.69 0.78 0.16
Hex E 9 49 51 58 0 47 F5 4E 10
Octal 16 11 111 121 130 0 107 365 116 20
Binary 1110 1001 1001001 1010001 1011000 0 1000111 11110101 1001110 10000

Color Harmonies of #0E0949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0949

Black with #0E0949

Text Example


Text Example

White with #0E0949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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