#0F013A

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

Shades of Tolopea #0F013A

Tints of Tolopea #0F013A

Color information

#0F013A (or 0x0F013A) is unknown color: approx Tolopea. HEX triplet: 0F, 01 and 3A. RGB value is (15,1,58). Sum of RGB (Red+Green+Blue) = 15+1+58=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 58 (23.05% from 255 or 78.38% from 74); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F013A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F013A is #F0FEC5. Grayscale: #0B0B0B. Windows color (decimal): -15793862 or 3801359. OLE color: 3801359.

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

Color convert

RGB15158-
CMYK0.740.9800.77
HSL254.74º96.61%11.57%-
HSV(B)254.74º98.28%22.75%-
XYZ0.970.434.03-
YUV11.68154.14130.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.27%
GREEN value IS 1 (0.78% from 255) = 1.35%
BLUE value IS 58 (23.05% from 255) = 78.38%
R=20.27%
G=1.35%
B=78.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal151580.740.9800.77254.7496.6111.57
HexF13A4A6204Dff61c
Octal17172112142011537714114
Binary1111111101010010101100010010011011111111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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