#113038

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

Shades of Nordic #113038

Tints of Nordic #113038

Color information

#113038 (or 0x113038) is unknown color: approx Nordic. HEX triplet: 11, 30 and 38. RGB value is (17,48,56). Sum of RGB (Red+Green+Blue) = 17+48+56=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #113038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113038 is #EECFC7. Grayscale: #272727. Windows color (decimal): -15650760 or 3682321. OLE color: 3682321.

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

Color convert

RGB174856-
CMYK0.700.1400.78
HSL192.31º53.42%14.31%-
HSV(B)192.31º69.64%21.96%-
XYZ22.524.12-
YUV39.64137.23111.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.05%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 56 (22.27% from 255) = 46.28%
R=14.05%
G=39.67%
B=46.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1748560.700.1400.78192.3153.4214.31
Hex11303846E04Ec035e
Octal2160701061601163006516
Binary100011100001110001000110111001001110110000001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113038; }

 p { color: rgb(17,48,56); }

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

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

 a { background-color: rgb(17,48,56); }

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

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

 span { border-color: rgb(17,48,56); }

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