#0F3840

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

Shades of Nordic #0F3840

Tints of Nordic #0F3840

Color information

#0F3840 (or 0x0F3840) is unknown color: approx Nordic. HEX triplet: 0F, 38 and 40. RGB value is (15,56,64). Sum of RGB (Red+Green+Blue) = 15+56+64=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F3840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3840 is #F0C7BF. Grayscale: #2C2C2C. Windows color (decimal): -15779776 or 4208655. OLE color: 4208655.

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

Color convert

RGB155664-
CMYK0.770.1300.75
HSL189.8º62.03%15.49%-
HSV(B)189.8º76.56%25.1%-
XYZ2.543.35.35-
YUV44.65138.92106.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.11%
GREEN value IS 56 (22.27% from 255) = 41.48%
BLUE value IS 64 (25.39% from 255) = 47.41%
R=11.11%
G=41.48%
B=47.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1556640.770.1300.75189.862.0315.49
HexF38404DD04Bbe3ef
Octal17701001151501132767617
Binary111111100010000001001101110101001011101111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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