#0D0239

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

Shades of Tolopea #0D0239

Tints of Tolopea #0D0239

Color information

#0D0239 (or 0x0D0239) is unknown color: approx Tolopea. HEX triplet: 0D, 02 and 39. RGB value is (13,2,57). Sum of RGB (Red+Green+Blue) = 13+2+57=72 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.06% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 57 (22.66% from 255 or 79.17% from 72); Max value from RGB is 57 - color contains mainly: blue. Hex color #0D0239 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0239 is #F2FDC6. Grayscale: #0B0B0B. Windows color (decimal): -15924679 or 3736077. OLE color: 3736077.

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

Color convert

RGB13257-
CMYK0.770.9600.78
HSL252º93.22%11.57%-
HSV(B)252º96.49%22.35%-
XYZ0.930.423.9-
YUV11.56153.64129.03-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.06%
GREEN value IS 2 (1.17% from 255) = 2.78%
BLUE value IS 57 (22.66% from 255) = 79.17%
R=18.06%
G=2.78%
B=79.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal132570.770.9600.7825293.2211.57
HexD2394D6004Efc5dc
Octal15271115140011637413514
Binary11011011100110011011100000010011101111110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,2,57); }

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

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

 a { background-color: rgb(13,2,57); }

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

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

 span { border-color: rgb(13,2,57); }

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