Html Css Color HEX #0E0541 Paua

📋 copy color: '#0E0541'

red 14 ◦ green 5 ◦ blue 65

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

Shades of Paua #0E0541

Tints of Paua #0E0541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 77.38%

R = 16.67%
G = 5.95%
B = 77.38%

CMYK

 C value IS 0.78

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0E0541 (or 0x0E0541) is known color: Paua. HEX triplet: 0E, 05 and 41. RGB value is (14,5,65). Sum of RGB (Red+Green+Blue) = 14+5+65=84 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.67% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 65 (25.78% from 255 or 77.38% from 84); Max value from RGB is 65 - color contains mainly: blue. Hex color #0E0541 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0541 is #F1FABE. Grayscale: #0E0E0E. Windows color (decimal): -15858367 or 4261134. OLE color: 4261134.

HSL color Cylindrical-coordinate representation of color #0E0541: hue angle of 249º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E0541 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 14 5 65 -
CMYK 0.78 0.92 0 0.75
HSL 249º 0.86% 0.14% -
HSV(B) 249º 0.92% 0.25% -
XYZ 1.19 0.58 5.05 -
YUV 14.53 156.48 127.62 -
System Red Green Blue C M Y K H S L
Decimal 14 5 65 0.78 0.92 0 0.75 249 0.86 0.14
Hex E 5 41 4E 5C 0 4B F9 56 E
Octal 16 5 101 116 134 0 113 371 126 16
Binary 1110 101 1000001 1001110 1011100 0 1001011 11111001 1010110 1110

Color Harmonies of #0E0541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0541

Black with #0E0541

Text Example


Text Example

White with #0E0541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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