#0D2E38

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

Shades of Nordic #0D2E38

Tints of Nordic #0D2E38

Color information

#0D2E38 (or 0x0D2E38) is unknown color: approx Nordic. HEX triplet: 0D, 2E and 38. RGB value is (13,46,56). Sum of RGB (Red+Green+Blue) = 13+46+56=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #0D2E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2E38 is #F2D1C7. Grayscale: #252525. Windows color (decimal): -15913416 or 3681805. OLE color: 3681805.

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

Color convert

RGB134656-
CMYK0.770.1800.78
HSL193.95º62.32%13.53%-
HSV(B)193.95º76.79%21.96%-
XYZ1.862.334.09-
YUV37.27138.57110.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.30%
GREEN value IS 46 (18.36% from 255) = 40%
BLUE value IS 56 (22.27% from 255) = 48.70%
R=11.30%
G=40%
B=48.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1346560.770.1800.78193.9562.3213.53
HexD2E384D1204Ec23ee
Octal1556701152201163027616
Binary110110111011100010011011001001001110110000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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