#123B41

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

Shades of Nordic #123B41

Tints of Nordic #123B41

Color information

#123B41 (or 0x123B41) is unknown color: approx Nordic. HEX triplet: 12, 3B and 41. RGB value is (18,59,65). Sum of RGB (Red+Green+Blue) = 18+59+65=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #123B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B41 is #EDC4BE. Grayscale: #2F2F2F. Windows color (decimal): -15582399 or 4274962. OLE color: 4274962.

HSL color Cylindrical-coordinate representation of color #123B41: hue angle of 187.66º 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 #123B41 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB185965-
CMYK0.720.0900.75
HSL187.66º56.63%16.27%-
HSV(B)187.66º72.31%25.49%-
XYZ2.773.645.56-
YUV47.42137.92107.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 59 (23.44% from 255) = 41.55%
BLUE value IS 65 (25.78% from 255) = 45.77%
R=12.68%
G=41.55%
B=45.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1859650.720.0900.75187.6656.6316.27
Hex123B4148904Bbc3910
Octal22731011101101132747120
Binary10010111011100000110010001001010010111011110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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