#123238

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

Shades of Nordic #123238

Tints of Nordic #123238

Color information

#123238 (or 0x123238) is unknown color: approx Nordic. HEX triplet: 12, 32 and 38. RGB value is (18,50,56). Sum of RGB (Red+Green+Blue) = 18+50+56=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: blue. Hex color #123238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123238 is #EDCDC7. Grayscale: #292929. Windows color (decimal): -15584712 or 3682834. OLE color: 3682834.

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

Color convert

RGB185056-
CMYK0.680.1100.78
HSL189.47º51.35%14.51%-
HSV(B)189.47º67.86%21.96%-
XYZ2.12.74.15-
YUV41.12136.4111.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.52%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 56 (22.27% from 255) = 45.16%
R=14.52%
G=40.32%
B=45.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1850560.680.1100.78189.4751.3514.51
Hex12323844B04Ebd33f
Octal2262701041301162756317
Binary100101100101110001000100101101001110101111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123238; }

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

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

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

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

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

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

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

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