#0F063D

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

Shades of Tolopea #0F063D

Tints of Tolopea #0F063D

Color information

#0F063D (or 0x0F063D) is unknown color: approx Tolopea. HEX triplet: 0F, 06 and 3D. RGB value is (15,6,61). Sum of RGB (Red+Green+Blue) = 15+6+61=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 61 (24.22% from 255 or 74.39% from 82); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F063D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F063D is #F0F9C2. Grayscale: #0E0E0E. Windows color (decimal): -15792579 or 3999247. OLE color: 3999247.

HSL color Cylindrical-coordinate representation of color #0F063D: hue angle of 249.82º 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 #0F063D is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB15661-
CMYK0.750.9000.76
HSL249.82º82.09%13.14%-
HSV(B)249.82º90.16%23.92%-
XYZ1.10.574.47-
YUV14.96153.98128.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.29%
GREEN value IS 6 (2.73% from 255) = 7.32%
BLUE value IS 61 (24.22% from 255) = 74.39%
R=18.29%
G=7.32%
B=74.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal156610.750.9000.76249.8282.0913.14
HexF63D4B5A04Cfa52d
Octal17675113132011437212215
Binary111111011110110010111011010010011001111101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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