#123538

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

Shades of Nordic #123538

Tints of Nordic #123538

Color information

#123538 (or 0x123538) is unknown color: approx Nordic. HEX triplet: 12, 35 and 38. RGB value is (18,53,56). Sum of RGB (Red+Green+Blue) = 18+53+56=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #123538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123538 is #EDCAC7. Grayscale: #2A2A2A. Windows color (decimal): -15583944 or 3683602. OLE color: 3683602.

HSL color Cylindrical-coordinate representation of color #123538: hue angle of 184.74º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123538 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB185356-
CMYK0.680.0500.78
HSL184.74º51.35%14.51%-
HSV(B)184.74º67.86%21.96%-
XYZ2.242.964.19-
YUV42.88135.4110.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 53 (21.09% from 255) = 41.73%
BLUE value IS 56 (22.27% from 255) = 44.09%
R=14.17%
G=41.73%
B=44.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1853560.680.0500.78184.7451.3514.51
Hex12353844504Eb933f
Octal226570104501162716317
Binary10010110101111000100010010101001110101110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123538; }

 p { color: rgb(18,53,56); }

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

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

 a { background-color: rgb(18,53,56); }

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

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

 span { border-color: rgb(18,53,56); }

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