#123A3C

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

Shades of Nordic #123A3C

Tints of Nordic #123A3C

Color information

#123A3C (or 0x123A3C) is unknown color: approx Nordic. HEX triplet: 12, 3A and 3C. RGB value is (18,58,60). Sum of RGB (Red+Green+Blue) = 18+58+60=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 60 - color contains mainly: blue. Hex color #123A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A3C is #EDC5C3. Grayscale: #2E2E2E. Windows color (decimal): -15582660 or 3947026. OLE color: 3947026.

HSL color Cylindrical-coordinate representation of color #123A3C: hue angle of 182.86º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #123A3C is Cyan = 0.7, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB185860-
CMYK0.70.0300.76
HSL182.86º53.85%15.29%-
HSV(B)182.86º70%23.53%-
XYZ2.583.484.81-
YUV46.27135.75107.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 58 (23.05% from 255) = 42.65%
BLUE value IS 60 (23.83% from 255) = 44.12%
R=13.24%
G=42.65%
B=44.12%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1858600.70.0300.76182.8653.8515.29
Hex123A3C46304Cb736f
Octal227274106301142676617
Binary1001011101011110010001101101001100101101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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