#0D094B

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

Shades of Paua #0D094B

Tints of Paua #0D094B

Color information

#0D094B (or 0x0D094B) is unknown color: approx Paua. HEX triplet: 0D, 09 and 4B. RGB value is (13,9,75). Sum of RGB (Red+Green+Blue) = 13+9+75=97 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.40% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 75 (29.69% from 255 or 77.32% from 97); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D094B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D094B is #F2F6B4. Grayscale: #111111. Windows color (decimal): -15922869 or 4917517. OLE color: 4917517.

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

Color convert

RGB13975-
CMYK0.830.8800.71
HSL243.64º78.57%16.47%-
HSV(B)243.64º88%29.41%-
XYZ1.530.796.73-
YUV17.72160.33124.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.40%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 75 (29.69% from 255) = 77.32%
R=13.40%
G=9.28%
B=77.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal139750.830.8800.71243.6478.5716.47
HexD94B5358047f44f10
Octal1511113123130010736411720
Binary110110011001011101001110110000100011111110100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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