#0D323D

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

Shades of Nordic #0D323D

Tints of Nordic #0D323D

Color information

#0D323D (or 0x0D323D) is unknown color: approx Nordic. HEX triplet: 0D, 32 and 3D. RGB value is (13,50,61). Sum of RGB (Red+Green+Blue) = 13+50+61=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D323D is #F2CDC2. Grayscale: #282828. Windows color (decimal): -15912387 or 4010509. OLE color: 4010509.

HSL color Cylindrical-coordinate representation of color #0D323D: hue angle of 193.75º 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 #0D323D is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB135061-
CMYK0.790.1800.76
HSL193.75º64.86%14.51%-
HSV(B)193.75º78.69%23.92%-
XYZ2.152.74.82-
YUV40.19139.74108.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.48%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 61 (24.22% from 255) = 49.19%
R=10.48%
G=40.32%
B=49.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1350610.790.1800.76193.7564.8614.51
HexD323D4F1204Cc241f
Octal15627511722011430210117
Binary1101110010111101100111110010010011001100001010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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