#0F3540

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

Shades of Nordic #0F3540

Tints of Nordic #0F3540

Color information

#0F3540 (or 0x0F3540) is unknown color: approx Nordic. HEX triplet: 0F, 35 and 40. RGB value is (15,53,64). Sum of RGB (Red+Green+Blue) = 15+53+64=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F3540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3540 is #F0CABF. Grayscale: #2A2A2A. Windows color (decimal): -15780544 or 4207887. OLE color: 4207887.

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

Color convert

RGB155364-
CMYK0.770.1700.75
HSL193.47º62.03%15.49%-
HSV(B)193.47º76.56%25.1%-
XYZ2.43.025.31-
YUV42.89139.91108.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.36%
GREEN value IS 53 (21.09% from 255) = 40.15%
BLUE value IS 64 (25.39% from 255) = 48.48%
R=11.36%
G=40.15%
B=48.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1553640.770.1700.75193.4762.0315.49
HexF35404D1104Bc13ef
Octal17651001152101133017617
Binary1111110101100000010011011000101001011110000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,53,64); }

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

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

 a { background-color: rgb(15,53,64); }

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

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

 span { border-color: rgb(15,53,64); }

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