Html Css Color HEX #0E0147 Paua

📋 copy color: '#0E0147'

red 14 ◦ green 1 ◦ blue 71

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

Shades of Paua #0E0147

Tints of Paua #0E0147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.16%

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

R = 16.28%
G = 1.16%
B = 82.56%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0E0147 (or 0x0E0147) is known color: Paua. HEX triplet: 0E, 01 and 47. RGB value is (14,1,71). Sum of RGB (Red+Green+Blue) = 14+1+71=86 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.28% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 71 (28.12% from 255 or 82.56% from 86); Max value from RGB is 71 - color contains mainly: blue. Hex color #0E0147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0147 is #F1FEB8. Grayscale: #0C0C0C. Windows color (decimal): -15859385 or 4653326. OLE color: 4653326.

HSL color Cylindrical-coordinate representation of color #0E0147: hue angle of 251.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E0147 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 14 1 71 -
CMYK 0.80 0.99 0 0.72
HSL 251.14º 0.97% 0.14% -
HSV(B) 251.14º 0.99% 0.28% -
XYZ 1.33 0.57 6 -
YUV 12.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 14 1 71 0.80 0.99 0 0.72 251.14 0.97 0.14
Hex E 1 47 50 63 0 48 FB 61 E
Octal 16 1 107 120 143 0 110 373 141 16
Binary 1110 1 1000111 1010000 1100011 0 1001000 11111011 1100001 1110

Color Harmonies of #0E0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0147

Black with #0E0147

Text Example


Text Example

White with #0E0147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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