Html Css Color HEX #0E0547 Paua

📋 copy color: '#0E0547'

red 14 ◦ green 5 ◦ blue 71

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

Shades of Paua #0E0547

Tints of Paua #0E0547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 78.89%

R = 15.56%
G = 5.56%
B = 78.89%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0E0547 (or 0x0E0547) is known color: Paua. HEX triplet: 0E, 05 and 47. RGB value is (14,5,71). Sum of RGB (Red+Green+Blue) = 14+5+71=90 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.56% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 71 (28.12% from 255 or 78.89% from 90); Max value from RGB is 71 - color contains mainly: blue. Hex color #0E0547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0547 is #F1FAB8. Grayscale: #0E0E0E. Windows color (decimal): -15858361 or 4654350. OLE color: 4654350.

HSL color Cylindrical-coordinate representation of color #0E0547: hue angle of 248.18º 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 #0E0547 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 14 5 71 -
CMYK 0.80 0.93 0 0.72
HSL 248.18º 0.87% 0.15% -
HSV(B) 248.18º 0.93% 0.28% -
XYZ 1.37 0.66 6.02 -
YUV 15.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 14 5 71 0.80 0.93 0 0.72 248.18 0.87 0.15
Hex E 5 47 50 5D 0 48 F8 57 F
Octal 16 5 107 120 135 0 110 370 127 17
Binary 1110 101 1000111 1010000 1011101 0 1001000 11111000 1010111 1111

Color Harmonies of #0E0547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0547

Black with #0E0547

Text Example


Text Example

White with #0E0547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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