#0D0438

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

Shades of Tolopea #0D0438

Tints of Tolopea #0D0438

Color information

#0D0438 (or 0x0D0438) is unknown color: approx Tolopea. HEX triplet: 0D, 04 and 38. RGB value is (13,4,56). Sum of RGB (Red+Green+Blue) = 13+4+56=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 56 (22.27% from 255 or 76.71% from 73); Max value from RGB is 56 - color contains mainly: blue. Hex color #0D0438 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0438 is #F2FBC7. Grayscale: #0C0C0C. Windows color (decimal): -15924168 or 3671053. OLE color: 3671053.

HSL color Cylindrical-coordinate representation of color #0D0438: hue angle of 250.38º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D0438 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB13456-
CMYK0.770.9300.78
HSL250.38º86.67%11.76%-
HSV(B)250.38º92.86%21.96%-
XYZ0.920.463.78-
YUV12.62152.48128.27-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.81%
GREEN value IS 4 (1.95% from 255) = 5.48%
BLUE value IS 56 (22.27% from 255) = 76.71%
R=17.81%
G=5.48%
B=76.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal134560.770.9300.78250.3886.6711.76
HexD4384D5D04Efa57c
Octal15470115135011637212714
Binary110110011100010011011011101010011101111101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,4,56); }

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

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

 a { background-color: rgb(13,4,56); }

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

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

 span { border-color: rgb(13,4,56); }

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