Html Css Color HEX #0E0448 Paua

📋 copy color: '#0E0448'

red 14 ◦ green 4 ◦ blue 72

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

Shades of Paua #0E0448

Tints of Paua #0E0448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.44%

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

R = 15.56%
G = 4.44%
B = 80%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0E0448 (or 0x0E0448) is known color: Paua. HEX triplet: 0E, 04 and 48. RGB value is (14,4,72). Sum of RGB (Red+Green+Blue) = 14+4+72=90 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.56% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 72 (28.52% from 255 or 80% from 90); Max value from RGB is 72 - color contains mainly: blue. Hex color #0E0448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0448 is #F1FBB7. Grayscale: #0E0E0E. Windows color (decimal): -15858616 or 4719630. OLE color: 4719630.

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

Color convert

RGB 14 4 72 -
CMYK 0.81 0.94 0 0.72
HSL 248.82º 0.89% 0.15% -
HSV(B) 248.82º 0.94% 0.28% -
XYZ 1.39 0.65 6.18 -
YUV 14.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 14 4 72 0.81 0.94 0 0.72 248.82 0.89 0.15
Hex E 4 48 51 5E 0 48 F9 59 F
Octal 16 4 110 121 136 0 110 371 131 17
Binary 1110 100 1001000 1010001 1011110 0 1001000 11111001 1011001 1111

Color Harmonies of #0E0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0448

Black with #0E0448

Text Example


Text Example

White with #0E0448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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