#0D0248

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

Shades of Paua #0D0248

Tints of Paua #0D0248

Color information

#0D0248 (or 0x0D0248) is unknown color: approx Paua. HEX triplet: 0D, 02 and 48. RGB value is (13,2,72). Sum of RGB (Red+Green+Blue) = 13+2+72=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 72 (28.52% from 255 or 82.76% from 87); Max value from RGB is 72 - color contains mainly: blue. Hex color #0D0248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0248 is #F2FDB7. Grayscale: #0D0D0D. Windows color (decimal): -15924664 or 4719117. OLE color: 4719117.

HSL color Cylindrical-coordinate representation of color #0D0248: hue angle of 249.43º 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 #0D0248 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB13272-
CMYK0.820.9700.72
HSL249.43º94.59%14.51%-
HSV(B)249.43º97.22%28.24%-
XYZ1.360.66.17-
YUV13.27161.14127.81-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.94%
GREEN value IS 2 (1.17% from 255) = 2.30%
BLUE value IS 72 (28.52% from 255) = 82.76%
R=14.94%
G=2.30%
B=82.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal132720.820.9700.72249.4394.5914.51
HexD2485261048f95ff
Octal152110122141011037113717
Binary110110100100010100101100001010010001111100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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