#0F393A

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

Shades of Nordic #0F393A

Tints of Nordic #0F393A

Color information

#0F393A (or 0x0F393A) is unknown color: approx Nordic. HEX triplet: 0F, 39 and 3A. RGB value is (15,57,58). Sum of RGB (Red+Green+Blue) = 15+57+58=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F393A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F393A is #F0C6C5. Grayscale: #2C2C2C. Windows color (decimal): -15779526 or 3815695. OLE color: 3815695.

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

Color convert

RGB155758-
CMYK0.740.0200.77
HSL181.4º58.9%14.31%-
HSV(B)181.4º74.14%22.75%-
XYZ2.423.334.52-
YUV44.56135.59106.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.54%
GREEN value IS 57 (22.66% from 255) = 43.85%
BLUE value IS 58 (23.05% from 255) = 44.62%
R=11.54%
G=43.85%
B=44.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1557580.740.0200.77181.458.914.31
HexF393A4A204Db53be
Octal177172112201152657316
Binary111111100111101010010101001001101101101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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