#0D014C

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

Shades of Paua #0D014C

Tints of Paua #0D014C

Color information

#0D014C (or 0x0D014C) is unknown color: approx Paua. HEX triplet: 0D, 01 and 4C. RGB value is (13,1,76). Sum of RGB (Red+Green+Blue) = 13+1+76=90 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.44% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 76 (30.08% from 255 or 84.44% from 90); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D014C is #F2FEB3. Grayscale: #0C0C0C. Windows color (decimal): -15924916 or 4981005. OLE color: 4981005.

HSL color Cylindrical-coordinate representation of color #0D014C: hue angle of 249.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D014C is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB13176-
CMYK0.830.9900.70
HSL249.6º97.4%15.1%-
HSV(B)249.6º98.68%29.8%-
XYZ1.480.636.88-
YUV13.14163.48127.9-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.44%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 76 (30.08% from 255) = 84.44%
R=14.44%
G=1.11%
B=84.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal131760.830.9900.70249.697.415.1
HexD14C5363046fa61f
Octal151114123143010637214117
Binary11011100110010100111100011010001101111101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,1,76); }

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

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

 a { background-color: rgb(13,1,76); }

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

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

 span { border-color: rgb(13,1,76); }

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