#123638

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

Shades of Nordic #123638

Tints of Nordic #123638

Color information

#123638 (or 0x123638) is unknown color: approx Nordic. HEX triplet: 12, 36 and 38. RGB value is (18,54,56). Sum of RGB (Red+Green+Blue) = 18+54+56=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 56 - color contains mainly: blue. Hex color #123638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123638 is #EDC9C7. Grayscale: #2B2B2B. Windows color (decimal): -15583688 or 3683858. OLE color: 3683858.

HSL color Cylindrical-coordinate representation of color #123638: hue angle of 183.16º 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 #123638 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB185456-
CMYK0.680.0400.78
HSL183.16º51.35%14.51%-
HSV(B)183.16º67.86%21.96%-
XYZ2.283.054.21-
YUV43.46135.07109.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 54 (21.48% from 255) = 42.19%
BLUE value IS 56 (22.27% from 255) = 43.75%
R=14.06%
G=42.19%
B=43.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1854560.680.0400.78183.1651.3514.51
Hex12363844404Eb733f
Octal226670104401162676317
Binary10010110110111000100010010001001110101101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123638; }

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

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

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

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

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

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

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

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