#123A41

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

Shades of Nordic #123A41

Tints of Nordic #123A41

Color information

#123A41 (or 0x123A41) is unknown color: approx Nordic. HEX triplet: 12, 3A and 41. RGB value is (18,58,65). Sum of RGB (Red+Green+Blue) = 18+58+65=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #123A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A41 is #EDC5BE. Grayscale: #2E2E2E. Windows color (decimal): -15582655 or 4274706. OLE color: 4274706.

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

Color convert

RGB185865-
CMYK0.720.1100.75
HSL188.94º56.63%16.27%-
HSV(B)188.94º72.31%25.49%-
XYZ2.723.545.54-
YUV46.84138.25107.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 58 (23.05% from 255) = 41.13%
BLUE value IS 65 (25.78% from 255) = 46.10%
R=12.77%
G=41.13%
B=46.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1858650.720.1100.75188.9456.6316.27
Hex123A4148B04Bbd3910
Octal22721011101301132757120
Binary10010111010100000110010001011010010111011110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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