#0F308B

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

Shades of Smalt #0F308B

Tints of Smalt #0F308B

Color information

#0F308B (or 0x0F308B) is unknown color: approx Smalt. HEX triplet: 0F, 30 and 8B. RGB value is (15,48,139). Sum of RGB (Red+Green+Blue) = 15+48+139=202 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.43% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 139 (54.69% from 255 or 68.81% from 202); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F308B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F308B is #F0CF74. Grayscale: #303030. Windows color (decimal): -15781749 or 9121807. OLE color: 9121807.

HSL color Cylindrical-coordinate representation of color #0F308B: hue angle of 224.03º 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 #0F308B is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1548139-
CMYK0.890.6500.45
HSL224.03º80.52%30.2%-
HSV(B)224.03º89.21%54.51%-
XYZ5.914.0824.9-
YUV48.51179.07104.1-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.43%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 139 (54.69% from 255) = 68.81%
R=7.43%
G=23.76%
B=68.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15481390.890.6500.45224.0380.5230.2
HexF308B594102De0511e
Octal176021313110105534012136
Binary11111100001000101110110011000001010110111100000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,48,139); }

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

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

 a { background-color: rgb(15,48,139); }

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

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

 span { border-color: rgb(15,48,139); }

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