#0D393A

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

Shades of Nordic #0D393A

Tints of Nordic #0D393A

Color information

#0D393A (or 0x0D393A) is unknown color: approx Nordic. HEX triplet: 0D, 39 and 3A. RGB value is (13,57,58). Sum of RGB (Red+Green+Blue) = 13+57+58=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 58 - color contains mainly: blue. Hex color #0D393A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D393A is #F2C6C5. Grayscale: #2B2B2B. Windows color (decimal): -15910598 or 3815693. OLE color: 3815693.

HSL color Cylindrical-coordinate representation of color #0D393A: hue angle of 181.33º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D393A is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB135758-
CMYK0.780.0200.77
HSL181.33º63.38%13.92%-
HSV(B)181.33º77.59%22.75%-
XYZ2.393.324.52-
YUV43.96135.92105.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.16%
GREEN value IS 57 (22.66% from 255) = 44.53%
BLUE value IS 58 (23.05% from 255) = 45.31%
R=10.16%
G=44.53%
B=45.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1357580.780.0200.77181.3363.3813.92
HexD393A4E204Db53fe
Octal157172116201152657716
Binary110111100111101010011101001001101101101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,57,58); }

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

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

 a { background-color: rgb(13,57,58); }

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

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

 span { border-color: rgb(13,57,58); }

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