#0F393F

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

Shades of Nordic #0F393F

Tints of Nordic #0F393F

Color information

#0F393F (or 0x0F393F) is unknown color: approx Nordic. HEX triplet: 0F, 39 and 3F. RGB value is (15,57,63). Sum of RGB (Red+Green+Blue) = 15+57+63=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: blue. Hex color #0F393F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F393F is #F0C6C0. Grayscale: #2D2D2D. Windows color (decimal): -15779521 or 4143375. OLE color: 4143375.

HSL color Cylindrical-coordinate representation of color #0F393F: hue angle of 187.5º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F393F is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB155763-
CMYK0.760.1000.75
HSL187.5º61.54%15.29%-
HSV(B)187.5º76.19%24.71%-
XYZ2.563.395.22-
YUV45.13138.09106.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.11%
GREEN value IS 57 (22.66% from 255) = 42.22%
BLUE value IS 63 (25% from 255) = 46.67%
R=11.11%
G=42.22%
B=46.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1557630.760.1000.75187.561.5415.29
HexF393F4CA04Bbc3ef
Octal1771771141201132747617
Binary11111110011111111001100101001001011101111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,57,63); }

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

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

 a { background-color: rgb(15,57,63); }

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

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

 span { border-color: rgb(15,57,63); }

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