#0F013C

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

Shades of Tolopea #0F013C

Tints of Tolopea #0F013C

Color information

#0F013C (or 0x0F013C) is unknown color: approx Tolopea. HEX triplet: 0F, 01 and 3C. RGB value is (15,1,60). Sum of RGB (Red+Green+Blue) = 15+1+60=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 60 (23.83% from 255 or 78.95% from 76); Max value from RGB is 60 - color contains mainly: blue. Hex color #0F013C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F013C is #F0FEC3. Grayscale: #0B0B0B. Windows color (decimal): -15793860 or 3932431. OLE color: 3932431.

HSL color Cylindrical-coordinate representation of color #0F013C: hue angle of 254.24º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F013C is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB15160-
CMYK0.750.9800.76
HSL254.24º96.72%11.96%-
HSV(B)254.24º98.33%23.53%-
XYZ1.020.454.31-
YUV11.91155.14130.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.74%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 60 (23.83% from 255) = 78.95%
R=19.74%
G=1.32%
B=78.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal151600.750.9800.76254.2496.7211.96
HexF13C4B6204Cfe61c
Octal17174113142011437614114
Binary1111111110010010111100010010011001111111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,1,60); }

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

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

 a { background-color: rgb(15,1,60); }

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

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

 span { border-color: rgb(15,1,60); }

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