#0D063D

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

Shades of Tolopea #0D063D

Tints of Tolopea #0D063D

Color information

#0D063D (or 0x0D063D) is unknown color: approx Tolopea. HEX triplet: 0D, 06 and 3D. RGB value is (13,6,61). Sum of RGB (Red+Green+Blue) = 13+6+61=80 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.25% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 61 (24.22% from 255 or 76.25% from 80); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D063D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D063D is #F2F9C2. Grayscale: #0E0E0E. Windows color (decimal): -15923651 or 3999245. OLE color: 3999245.

HSL color Cylindrical-coordinate representation of color #0D063D: hue angle of 247.64º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D063D is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB13661-
CMYK0.790.9000.76
HSL247.64º82.09%13.14%-
HSV(B)247.64º90.16%23.92%-
XYZ1.070.554.46-
YUV14.36154.32127.03-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.25%
GREEN value IS 6 (2.73% from 255) = 7.5%
BLUE value IS 61 (24.22% from 255) = 76.25%
R=16.25%
G=7.5%
B=76.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal136610.790.9000.76247.6482.0913.14
HexD63D4F5A04Cf852d
Octal15675117132011437012215
Binary110111011110110011111011010010011001111100010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,6,61); }

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

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

 a { background-color: rgb(13,6,61); }

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

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

 span { border-color: rgb(13,6,61); }

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