#0D032F

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

Shades of Tolopea #0D032F

Tints of Tolopea #0D032F

Color information

#0D032F (or 0x0D032F) is unknown color: approx Tolopea. HEX triplet: 0D, 03 and 2F. RGB value is (13,3,47). Sum of RGB (Red+Green+Blue) = 13+3+47=63 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.63% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 47 (18.75% from 255 or 74.60% from 63); Max value from RGB is 47 - color contains mainly: blue. Hex color #0D032F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D032F is #F2FCD0. Grayscale: #0A0A0A. Windows color (decimal): -15924433 or 3080973. OLE color: 3080973.

HSL color Cylindrical-coordinate representation of color #0D032F: hue angle of 253.64º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D032F is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB13347-
CMYK0.720.9400.82
HSL253.64º88%9.8%-
HSV(B)253.64º93.62%18.43%-
XYZ0.710.362.72-
YUV11.01148.31129.42-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.63%
GREEN value IS 3 (1.56% from 255) = 4.76%
BLUE value IS 47 (18.75% from 255) = 74.60%
R=20.63%
G=4.76%
B=74.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal133470.720.9400.82253.64889.8
HexD32F485E052fe58a
Octal15357110136012237613012
Binary11011110111110010001011110010100101111111010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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