#123841

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

Shades of Nordic #123841

Tints of Nordic #123841

Color information

#123841 (or 0x123841) is unknown color: approx Nordic. HEX triplet: 12, 38 and 41. RGB value is (18,56,65). Sum of RGB (Red+Green+Blue) = 18+56+65=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #123841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123841 is #EDC7BE. Grayscale: #2D2D2D. Windows color (decimal): -15583167 or 4274194. OLE color: 4274194.

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

Color convert

RGB185665-
CMYK0.720.1400.75
HSL191.49º56.63%16.27%-
HSV(B)191.49º72.31%25.49%-
XYZ2.623.345.51-
YUV45.66138.91108.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 56 (22.27% from 255) = 40.29%
BLUE value IS 65 (25.78% from 255) = 46.76%
R=12.95%
G=40.29%
B=46.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1856650.720.1400.75191.4956.6316.27
Hex12384148E04Bbf3910
Octal22701011101601132777120
Binary10010111000100000110010001110010010111011111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123841; }

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

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

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

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

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

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

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

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