#0F3438

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

Shades of Nordic #0F3438

Tints of Nordic #0F3438

Color information

#0F3438 (or 0x0F3438) is unknown color: approx Nordic. HEX triplet: 0F, 34 and 38. RGB value is (15,52,56). Sum of RGB (Red+Green+Blue) = 15+52+56=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #0F3438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3438 is #F0CBC7. Grayscale: #292929. Windows color (decimal): -15780808 or 3683343. OLE color: 3683343.

HSL color Cylindrical-coordinate representation of color #0F3438: hue angle of 185.85º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F3438 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB155256-
CMYK0.730.0700.78
HSL185.85º57.75%13.92%-
HSV(B)185.85º73.21%21.96%-
XYZ2.142.844.18-
YUV41.39136.24109.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.20%
GREEN value IS 52 (20.70% from 255) = 42.28%
BLUE value IS 56 (22.27% from 255) = 45.53%
R=12.20%
G=42.28%
B=45.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1552560.730.0700.78185.8557.7513.92
HexF343849704Eba3ae
Octal176470111701162727216
Binary1111110100111000100100111101001110101110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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