#123C41

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

Shades of Nordic #123C41

Tints of Nordic #123C41

Color information

#123C41 (or 0x123C41) is unknown color: approx Nordic. HEX triplet: 12, 3C and 41. RGB value is (18,60,65). Sum of RGB (Red+Green+Blue) = 18+60+65=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #123C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123C41 is #EDC3BE. Grayscale: #2F2F2F. Windows color (decimal): -15582143 or 4275218. OLE color: 4275218.

HSL color Cylindrical-coordinate representation of color #123C41: hue angle of 186.38º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #123C41 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB186065-
CMYK0.720.0800.75
HSL186.38º56.63%16.27%-
HSV(B)186.38º72.31%25.49%-
XYZ2.823.745.57-
YUV48.01137.59106.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 60 (23.83% from 255) = 41.96%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=12.59%
G=41.96%
B=45.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1860650.720.0800.75186.3856.6316.27
Hex123C4148804Bba3910
Octal22741011101001132727120
Binary10010111100100000110010001000010010111011101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123C41; }

 p { color: rgb(18,60,65); }

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

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

 a { background-color: rgb(18,60,65); }

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

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

 span { border-color: rgb(18,60,65); }

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