#0F363F

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

Shades of Nordic #0F363F

Tints of Nordic #0F363F

Color information

#0F363F (or 0x0F363F) is unknown color: approx Nordic. HEX triplet: 0F, 36 and 3F. RGB value is (15,54,63). Sum of RGB (Red+Green+Blue) = 15+54+63=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #0F363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F363F is #F0C9C0. Grayscale: #2B2B2B. Windows color (decimal): -15780289 or 4142607. OLE color: 4142607.

HSL color Cylindrical-coordinate representation of color #0F363F: hue angle of 191.25º 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 #0F363F is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB155463-
CMYK0.760.1400.75
HSL191.25º61.54%15.29%-
HSV(B)191.25º76.19%24.71%-
XYZ2.413.15.17-
YUV43.36139.08107.77-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.36%
GREEN value IS 54 (21.48% from 255) = 40.91%
BLUE value IS 63 (25% from 255) = 47.73%
R=11.36%
G=40.91%
B=47.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1554630.760.1400.75191.2561.5415.29
HexF363F4CE04Bbf3ef
Octal1766771141601132777617
Binary11111101101111111001100111001001011101111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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