#0D3B48

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

Shades of Nordic #0D3B48

Tints of Nordic #0D3B48

Color information

#0D3B48 (or 0x0D3B48) is unknown color: approx Nordic. HEX triplet: 0D, 3B and 48. RGB value is (13,59,72). Sum of RGB (Red+Green+Blue) = 13+59+72=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #0D3B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3B48 is #F2C4B7. Grayscale: #2E2E2E. Windows color (decimal): -15910072 or 4733709. OLE color: 4733709.

HSL color Cylindrical-coordinate representation of color #0D3B48: hue angle of 193.22º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D3B48 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB135972-
CMYK0.820.1800.72
HSL193.22º69.41%16.67%-
HSV(B)193.22º81.94%28.24%-
XYZ2.93.686.69-
YUV46.73142.26103.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.03%
GREEN value IS 59 (23.44% from 255) = 40.97%
BLUE value IS 72 (28.52% from 255) = 50%
R=9.03%
G=40.97%
B=50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1359720.820.1800.72193.2269.4116.67
HexD3B485212048c14511
Octal157311012222011030110521
Binary110111101110010001010010100100100100011000001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,59,72); }

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

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

 a { background-color: rgb(13,59,72); }

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

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

 span { border-color: rgb(13,59,72); }

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