Html Css Color HEX #0E0D48 Paua

📋 copy color: '#0E0D48'

red 14 ◦ green 13 ◦ blue 72

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

Shades of Paua #0E0D48

Tints of Paua #0E0D48

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.13%

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

R = 14.14%
G = 13.13%
B = 72.73%

CMYK

 C value IS 0.81

 M value IS 0.82

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0E0D48 (or 0x0E0D48) is known color: Paua. HEX triplet: 0E, 0D and 48. RGB value is (14,13,72). Sum of RGB (Red+Green+Blue) = 14+13+72=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #0E0D48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0D48 is #F1F2B7. Grayscale: #131313. Windows color (decimal): -15856312 or 4721934. OLE color: 4721934.

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

Color convert

RGB 14 13 72 -
CMYK 0.81 0.82 0 0.72
HSL 241.02º 0.69% 0.17% -
HSV(B) 241.02º 0.82% 0.28% -
XYZ 1.49 0.85 6.22 -
YUV 20.03 157.33 123.7 -
System Red Green Blue C M Y K H S L
Decimal 14 13 72 0.81 0.82 0 0.72 241.02 0.69 0.17
Hex E D 48 51 52 0 48 F1 45 11
Octal 16 15 110 121 122 0 110 361 105 21
Binary 1110 1101 1001000 1010001 1010010 0 1001000 11110001 1000101 10001

Color Harmonies of #0E0D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0D48

Black with #0E0D48

Text Example


Text Example

White with #0E0D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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