Html Css Color HEX #0E0A48 Paua

📋 copy color: '#0E0A48'

red 14 ◦ green 10 ◦ blue 72

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

Shades of Paua #0E0A48

Tints of Paua #0E0A48

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.42%

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

R = 14.58%
G = 10.42%
B = 75%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0E0A48 (or 0x0E0A48) is known color: Paua. HEX triplet: 0E, 0A and 48. RGB value is (14,10,72). Sum of RGB (Red+Green+Blue) = 14+10+72=96 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.58% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 72 (28.52% from 255 or 75% from 96); Max value from RGB is 72 - color contains mainly: blue. Hex color #0E0A48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0A48 is #F1F5B7. Grayscale: #121212. Windows color (decimal): -15857080 or 4721166. OLE color: 4721166.

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

Color convert

RGB 14 10 72 -
CMYK 0.81 0.86 0 0.72
HSL 243.87º 0.76% 0.16% -
HSV(B) 243.87º 0.86% 0.28% -
XYZ 1.46 0.78 6.2 -
YUV 18.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 14 10 72 0.81 0.86 0 0.72 243.87 0.76 0.16
Hex E A 48 51 56 0 48 F4 4C 10
Octal 16 12 110 121 126 0 110 364 114 20
Binary 1110 1010 1001000 1010001 1010110 0 1001000 11110100 1001100 10000

Color Harmonies of #0E0A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0A48

Black with #0E0A48

Text Example


Text Example

White with #0E0A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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