Html Css Color HEX #0E0348 Paua

📋 copy color: '#0E0348'

red 14 ◦ green 3 ◦ blue 72

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

Shades of Paua #0E0348

Tints of Paua #0E0348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.37%

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

R = 15.73%
G = 3.37%
B = 80.9%

CMYK

 C value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0E0348 (or 0x0E0348) is known color: Paua. HEX triplet: 0E, 03 and 48. RGB value is (14,3,72). Sum of RGB (Red+Green+Blue) = 14+3+72=89 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.73% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 72 (28.52% from 255 or 80.90% from 89); Max value from RGB is 72 - color contains mainly: blue. Hex color #0E0348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0348 is #F1FCB7. Grayscale: #0D0D0D. Windows color (decimal): -15858872 or 4719374. OLE color: 4719374.

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

Color convert

RGB 14 3 72 -
CMYK 0.81 0.96 0 0.72
HSL 249.57º 0.92% 0.15% -
HSV(B) 249.57º 0.96% 0.28% -
XYZ 1.38 0.63 6.18 -
YUV 14.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 14 3 72 0.81 0.96 0 0.72 249.57 0.92 0.15
Hex E 3 48 51 60 0 48 FA 5C F
Octal 16 3 110 121 140 0 110 372 134 17
Binary 1110 11 1001000 1010001 1100000 0 1001000 11111010 1011100 1111

Color Harmonies of #0E0348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0348

Black with #0E0348

Text Example


Text Example

White with #0E0348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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