#0D034B

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

Shades of Paua #0D034B

Tints of Paua #0D034B

Color information

#0D034B (or 0x0D034B) is unknown color: approx Paua. HEX triplet: 0D, 03 and 4B. RGB value is (13,3,75). Sum of RGB (Red+Green+Blue) = 13+3+75=91 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.29% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 75 (29.69% from 255 or 82.42% from 91); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D034B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D034B is #F2FCB4. Grayscale: #0D0D0D. Windows color (decimal): -15924405 or 4915981. OLE color: 4915981.

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

Color convert

RGB13375-
CMYK0.830.9600.71
HSL248.33º92.31%15.29%-
HSV(B)248.33º96%29.41%-
XYZ1.470.666.71-
YUV14.2162.31127.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.29%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 75 (29.69% from 255) = 82.42%
R=14.29%
G=3.30%
B=82.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal133750.830.9600.71248.3392.3115.29
HexD34B5360047f85cf
Octal153113123140010737013417
Binary110111100101110100111100000010001111111100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,3,75); }

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

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

 a { background-color: rgb(13,3,75); }

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

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

 span { border-color: rgb(13,3,75); }

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