#0D383F

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

Shades of Nordic #0D383F

Tints of Nordic #0D383F

Color information

#0D383F (or 0x0D383F) is unknown color: approx Nordic. HEX triplet: 0D, 38 and 3F. RGB value is (13,56,63). Sum of RGB (Red+Green+Blue) = 13+56+63=132 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.85% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #0D383F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D383F is #F2C7C0. Grayscale: #2B2B2B. Windows color (decimal): -15910849 or 4143117. OLE color: 4143117.

HSL color Cylindrical-coordinate representation of color #0D383F: hue angle of 188.4º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D383F is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB135663-
CMYK0.790.1100.75
HSL188.4º65.79%14.9%-
HSV(B)188.4º79.37%24.71%-
XYZ2.483.275.2-
YUV43.94138.75105.93-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.85%
GREEN value IS 56 (22.27% from 255) = 42.42%
BLUE value IS 63 (25% from 255) = 47.73%
R=9.85%
G=42.42%
B=47.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1356630.790.1100.75188.465.7914.9
HexD383F4FB04Bbc42f
Octal15707711713011327410217
Binary110111100011111110011111011010010111011110010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,56,63); }

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

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

 a { background-color: rgb(13,56,63); }

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

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

 span { border-color: rgb(13,56,63); }

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