Html Css Color HEX #0E0548 Paua

📋 copy color: '#0E0548'

red 14 ◦ green 5 ◦ blue 72

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

Shades of Paua #0E0548

Tints of Paua #0E0548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.49%

 BLUE value IS 72 (28.52% from 255) = 79.12%

R = 15.38%
G = 5.49%
B = 79.12%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0E0548 (or 0x0E0548) is known color: Paua. HEX triplet: 0E, 05 and 48. RGB value is (14,5,72). Sum of RGB (Red+Green+Blue) = 14+5+72=91 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.38% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 72 (28.52% from 255 or 79.12% from 91); Max value from RGB is 72 - color contains mainly: blue. Hex color #0E0548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0548 is #F1FAB7. Grayscale: #0F0F0F. Windows color (decimal): -15858360 or 4719886. OLE color: 4719886.

HSL color Cylindrical-coordinate representation of color #0E0548: hue angle of 248.06º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0548 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 14 5 72 -
CMYK 0.81 0.93 0 0.72
HSL 248.06º 0.87% 0.15% -
HSV(B) 248.06º 0.93% 0.28% -
XYZ 1.41 0.67 6.19 -
YUV 15.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 14 5 72 0.81 0.93 0 0.72 248.06 0.87 0.15
Hex E 5 48 51 5D 0 48 F8 57 F
Octal 16 5 110 121 135 0 110 370 127 17
Binary 1110 101 1001000 1010001 1011101 0 1001000 11111000 1010111 1111

Color Harmonies of #0E0548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0548

Black with #0E0548

Text Example


Text Example

White with #0E0548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,5,72); }

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

background-color css

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

 a { background-color: rgb(14,5,72); }

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

border-color css

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

 span { border-color: rgb(14,5,72); }

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