#123741

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

Shades of Nordic #123741

Tints of Nordic #123741

Color information

#123741 (or 0x123741) is unknown color: approx Nordic. HEX triplet: 12, 37 and 41. RGB value is (18,55,65). Sum of RGB (Red+Green+Blue) = 18+55+65=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #123741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123741 is #EDC8BE. Grayscale: #2C2C2C. Windows color (decimal): -15583423 or 4273938. OLE color: 4273938.

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

Color convert

RGB185565-
CMYK0.720.1500.75
HSL192.77º56.63%16.27%-
HSV(B)192.77º72.31%25.49%-
XYZ2.573.245.49-
YUV45.08139.24108.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 55 (21.88% from 255) = 39.86%
BLUE value IS 65 (25.78% from 255) = 47.10%
R=13.04%
G=39.86%
B=47.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1855650.720.1500.75192.7756.6316.27
Hex12374148F04Bc13910
Octal22671011101701133017120
Binary10010110111100000110010001111010010111100000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123741; }

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

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

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

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

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

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

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

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