#0F343A

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

Shades of Nordic #0F343A

Tints of Nordic #0F343A

Color information

#0F343A (or 0x0F343A) is unknown color: approx Nordic. HEX triplet: 0F, 34 and 3A. RGB value is (15,52,58). Sum of RGB (Red+Green+Blue) = 15+52+58=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F343A is #F0CBC5. Grayscale: #292929. Windows color (decimal): -15780806 or 3814415. OLE color: 3814415.

HSL color Cylindrical-coordinate representation of color #0F343A: hue angle of 188.37º 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 #0F343A is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB155258-
CMYK0.740.1000.77
HSL188.37º58.9%14.31%-
HSV(B)188.37º74.14%22.75%-
XYZ2.192.864.44-
YUV41.62137.24109.01-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 58 (23.05% from 255) = 46.4%
R=12%
G=41.6%
B=46.4%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1552580.740.1000.77188.3758.914.31
HexF343A4AA04Dbc3be
Octal1764721121201152747316
Binary11111101001110101001010101001001101101111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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