#0D373D

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

Shades of Nordic #0D373D

Tints of Nordic #0D373D

Color information

#0D373D (or 0x0D373D) is unknown color: approx Nordic. HEX triplet: 0D, 37 and 3D. RGB value is (13,55,61). Sum of RGB (Red+Green+Blue) = 13+55+61=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D373D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D373D is #F2C8C2. Grayscale: #2B2B2B. Windows color (decimal): -15911107 or 4011789. OLE color: 4011789.

HSL color Cylindrical-coordinate representation of color #0D373D: hue angle of 187.5º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D373D is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB135561-
CMYK0.790.1000.76
HSL187.5º64.86%14.51%-
HSV(B)187.5º78.69%23.92%-
XYZ2.373.154.9-
YUV43.13138.09106.51-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.08%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 61 (24.22% from 255) = 47.29%
R=10.08%
G=42.64%
B=47.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1355610.790.1000.76187.564.8614.51
HexD373D4FA04Cbc41f
Octal15677511712011427410117
Binary110111011111110110011111010010011001011110010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,55,61); }

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

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

 a { background-color: rgb(13,55,61); }

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

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

 span { border-color: rgb(13,55,61); }

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