#123943

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

Shades of Nordic #123943

Tints of Nordic #123943

Color information

#123943 (or 0x123943) is unknown color: approx Nordic. HEX triplet: 12, 39 and 43. RGB value is (18,57,67). Sum of RGB (Red+Green+Blue) = 18+57+67=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 67 (26.56% from 255 or 47.18% from 142); Max value from RGB is 67 - color contains mainly: blue. Hex color #123943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123943 is #EDC6BC. Grayscale: #2E2E2E. Windows color (decimal): -15582909 or 4405522. OLE color: 4405522.

HSL color Cylindrical-coordinate representation of color #123943: hue angle of 192.24º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #123943 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB185767-
CMYK0.730.1500.74
HSL192.24º57.65%16.67%-
HSV(B)192.24º73.13%26.27%-
XYZ2.733.465.83-
YUV46.48139.58107.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 57 (22.66% from 255) = 40.14%
BLUE value IS 67 (26.56% from 255) = 47.18%
R=12.68%
G=40.14%
B=47.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1857670.730.1500.74192.2457.6516.67
Hex12394349F04Ac03a11
Octal22711031111701123007221
Binary10010111001100001110010011111010010101100000011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123943; }

 p { color: rgb(18,57,67); }

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

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

 a { background-color: rgb(18,57,67); }

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

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

 span { border-color: rgb(18,57,67); }

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