#0F268C

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

Shades of Smalt #0F268C

Tints of Smalt #0F268C

Color information

#0F268C (or 0x0F268C) is unknown color: approx Smalt. HEX triplet: 0F, 26 and 8C. RGB value is (15,38,140). Sum of RGB (Red+Green+Blue) = 15+38+140=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 140 (55.08% from 255 or 72.54% from 193); Max value from RGB is 140 - color contains mainly: blue. Hex color #0F268C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F268C is #F0D973. Grayscale: #2A2A2A. Windows color (decimal): -15784308 or 9184783. OLE color: 9184783.

HSL color Cylindrical-coordinate representation of color #0F268C: hue angle of 228.96º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F268C is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1538140-
CMYK0.890.7300.45
HSL228.96º80.65%30.39%-
HSV(B)228.96º89.29%54.9%-
XYZ5.623.3825.17-
YUV42.75182.88108.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.77%
GREEN value IS 38 (15.23% from 255) = 19.69%
BLUE value IS 140 (55.08% from 255) = 72.54%
R=7.77%
G=19.69%
B=72.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15381400.890.7300.45228.9680.6530.39
HexF268C594902De5511e
Octal174621413111105534512136
Binary11111001101000110010110011001001010110111100101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F268C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,38,140); }

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

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

 a { background-color: rgb(15,38,140); }

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

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

 span { border-color: rgb(15,38,140); }

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