#0D0244

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

Shades of Paua #0D0244

Tints of Paua #0D0244

Color information

#0D0244 (or 0x0D0244) is unknown color: approx Paua. HEX triplet: 0D, 02 and 44. RGB value is (13,2,68). Sum of RGB (Red+Green+Blue) = 13+2+68=83 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.66% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 68 (26.95% from 255 or 81.93% from 83); Max value from RGB is 68 - color contains mainly: blue. Hex color #0D0244 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0244 is #F2FDBB. Grayscale: #0C0C0C. Windows color (decimal): -15924668 or 4456973. OLE color: 4456973.

HSL color Cylindrical-coordinate representation of color #0D0244: hue angle of 250º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D0244 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB13268-
CMYK0.810.9700.73
HSL250º94.29%13.73%-
HSV(B)250º97.06%26.67%-
XYZ1.230.555.51-
YUV12.81159.14128.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.66%
GREEN value IS 2 (1.17% from 255) = 2.41%
BLUE value IS 68 (26.95% from 255) = 81.93%
R=15.66%
G=2.41%
B=81.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal132680.810.9700.7325094.2913.73
HexD2445161049fa5ee
Octal152104121141011137213616
Binary110110100010010100011100001010010011111101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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