Html Css Color HEX #0E0349 Paua

📋 copy color: '#0E0349'

red 14 ◦ green 3 ◦ blue 73

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

Shades of Paua #0E0349

Tints of Paua #0E0349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.33%

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

R = 15.56%
G = 3.33%
B = 81.11%

CMYK

 C value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0E0349 (or 0x0E0349) is known color: Paua. HEX triplet: 0E, 03 and 49. RGB value is (14,3,73). Sum of RGB (Red+Green+Blue) = 14+3+73=90 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.56% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 73 (28.91% from 255 or 81.11% from 90); Max value from RGB is 73 - color contains mainly: blue. Hex color #0E0349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0349 is #F1FCB6. Grayscale: #0E0E0E. Windows color (decimal): -15858871 or 4784910. OLE color: 4784910.

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

Color convert

RGB 14 3 73 -
CMYK 0.81 0.96 0 0.71
HSL 249.43º 0.92% 0.15% -
HSV(B) 249.43º 0.96% 0.29% -
XYZ 1.42 0.64 6.35 -
YUV 14.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 14 3 73 0.81 0.96 0 0.71 249.43 0.92 0.15
Hex E 3 49 51 60 0 47 F9 5C F
Octal 16 3 111 121 140 0 107 371 134 17
Binary 1110 11 1001001 1010001 1100000 0 1000111 11111001 1011100 1111

Color Harmonies of #0E0349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0349

Black with #0E0349

Text Example


Text Example

White with #0E0349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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