#0F023D

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

Shades of Tolopea #0F023D

Tints of Tolopea #0F023D

Color information

#0F023D (or 0x0F023D) is unknown color: approx Tolopea. HEX triplet: 0F, 02 and 3D. RGB value is (15,2,61). Sum of RGB (Red+Green+Blue) = 15+2+61=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 61 (24.22% from 255 or 78.21% from 78); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F023D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F023D is #F0FDC2. Grayscale: #0C0C0C. Windows color (decimal): -15793603 or 3998223. OLE color: 3998223.

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

Color convert

RGB15261-
CMYK0.750.9700.76
HSL253.22º93.65%12.35%-
HSV(B)253.22º96.72%23.92%-
XYZ1.060.484.45-
YUV12.61155.31129.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.23%
GREEN value IS 2 (1.17% from 255) = 2.56%
BLUE value IS 61 (24.22% from 255) = 78.21%
R=19.23%
G=2.56%
B=78.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal152610.750.9700.76253.2293.6512.35
HexF23D4B6104Cfd5ec
Octal17275113141011437513614
Binary11111011110110010111100001010011001111110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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