#0E0248

Color #0E0248 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #0E0248

Tints of Paua #0E0248

Color information

#0E0248 (or 0x0E0248) is unknown color: approx Paua. HEX triplet: 0E, 02 and 48. RGB value is (14,2,72). Sum of RGB (Red+Green+Blue) = 14+2+72=88 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.91% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 72 (28.52% from 255 or 81.82% from 88); Max value from RGB is 72 - color contains mainly: blue. Hex color #0E0248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0248 is #F1FDB7. Grayscale: #0D0D0D. Windows color (decimal): -15859128 or 4719118. OLE color: 4719118.

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

Color convert

RGB14272-
CMYK0.810.9700.72
HSL250.29º94.59%14.51%-
HSV(B)250.29º97.22%28.24%-
XYZ1.370.66.18-
YUV13.57160.98128.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.91%
GREEN value IS 2 (1.17% from 255) = 2.27%
BLUE value IS 72 (28.52% from 255) = 81.82%
R=15.91%
G=2.27%
B=81.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal142720.810.9700.72250.2994.5914.51
HexE2485161048fa5ff
Octal162110121141011037213717
Binary111010100100010100011100001010010001111101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E0248;
 }
 .AnyTagClassName
 {
   color: #0E0248;
 }
</style>
background-color css

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

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

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

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

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

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